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: resolve WITH clause nested parentheses and TypeCast CAST syntax preservation
- Add parentheses around WITH clauses in set operations to fix invalid SQL generation
- Preserve CAST syntax for complex expressions and numeric types to maintain AST fidelity
- Resolves original-upstream-with.test.ts AST mismatch and invalid SQL issues
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments