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: add SQL syntax detection to FuncCall method for proper funcformat handling
- Detect pg_catalog.substring, position, and overlay functions as SQL syntax
- Set funcformat to COERCE_SQL_SYNTAX for SQL syntax functions vs COERCE_EXPLICIT_CALL for regular calls
- Fix original-upstream-regex test by preserving correct funcformat for substring...from pattern
- Progress: regex test now passing, FuncCall transformations improved
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments