Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1dfc3b

Browse files
committed
Test DuckDB XOR operator
1 parent 0544514 commit d1dfc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/duckdb.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe('DuckDBFormatter', () => {
7171
'>>=',
7272
'<<=',
7373
],
74-
{ any: true }
74+
{ logicalOperators: ['AND', 'OR', 'XOR'], any: true }
7575
);
7676
supportsJoin(format, {
7777
additionally: [

0 commit comments

Comments
 (0)