Commit af50c1c
fix(duckdb): Fix NOT precedence for JSON extractions (#6670)
* fix(duckdb): Fix NOT precedence for JSON extractions by wrapping in parantheses
* added snowflake to duckdb tests
* updated Snowflake to DuckDB to use scalar extract, tests will fail until ->> PR merges
* formatting
* added more tests for json extraction precedence
* --amend
* removed unequivalent tests
---------
Co-authored-by: Kyle Cheung <kylecheung@Kyles-MacBook-Pro.local>1 parent 26c16f2 commit af50c1c
2 files changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
| 426 | + | |
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
551 | 569 | | |
552 | 570 | | |
553 | 571 | | |
| |||
0 commit comments