You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix literal join operands and nested IF translation
- _quote_column_reference now passes numeric literals (e.g. 1, 3.14)
through unquoted instead of wrapping them as identifiers ("1").
- IF/THEN/ELSE/END translation runs in a loop so nested IF blocks
(IF x THEN IF y THEN ... END ELSE ... END) are fully converted
to nested CASE WHEN expressions.
0 commit comments