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
Implement Phase 1: Location-based extraction for FuncCall negative integers
- Add location-based extraction logic to Integer method for FuncCall contexts
- Extract original negative values from SQL using AST location information
- Support specific function names: substr, length, position, lpad, rpad, repeat
- Modify ASTTransformer to pass originalSql context through transformation pipeline
- Update test framework to provide SQL context for location-based extraction
- Results: 195 passed tests (+1 improvement), 63 failed, 258 total
- Maintains stable 194+ baseline while adding targeted FuncCall improvements
- Successfully resolves strings test cases with correct negative value extraction
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments