Commit 5a6b581
committed
Fix DuckDB :: casting warning
DuckDB natively supports PostgreSQL's :: casting shorthand:
https://duckdb.org/docs/stable/sql/expressions/cast#explicit-casting
Added SupportedDatabase::Duckdb to the allow-list to prevent
unnecessary warning and CAST transformation.
Fixes #12001 parent fde590b commit 5a6b581
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| 575 | + | |
575 | 576 | | |
576 | 577 | | |
577 | 578 | | |
| |||
0 commit comments