fix: canonicalize predicates at backend sinks

This commit is contained in:
Gatefixer
2026-08-06 09:48:18 +00:00
parent 4fe087b78b
commit 8af2c26d54
11 changed files with 173 additions and 67 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ test("basic table examples", async () => {
// --8<-- [end:create_index]
// --8<-- [start:delete_rows]
await tbl.delete('item = "fizz"');
await tbl.delete("item = 'fizz'");
// --8<-- [end:delete_rows]
// --8<-- [start:drop_table]