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
Improve parameter mode conversion logic: preserve FUNC_PARAM_IN only for explicit modes
- Implement context-aware parameter mode conversion
- Preserve FUNC_PARAM_IN for DropStmt contexts and functions with explicit OUT/INOUT/VARIADIC parameters
- Convert FUNC_PARAM_IN to FUNC_PARAM_DEFAULT for implicit parameters (matches V14 parser behavior)
- Improved test pass rate from 198/258 to 236/258 (91.5% -> 91.5%)
- Based on empirical analysis of V14 parser behavior patterns
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments