Commit db5abc4
Fix substring function A_Const argument handling
- Added A_Const to simple argument types for SQL syntax detection
- Fixed original-upstream-strings.test.ts: SUBSTRING('1234567890' FROM 4 FOR 3)
- Improved test pass rate from 238/258 (92.2%) to 240/258 (93.0%)
- All substring function edge cases now working correctly
Co-Authored-By: Dan Lynch <[email protected]>1 parent 081eb97 commit db5abc4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | | - | |
| 530 | + | |
| 531 | + | |
531 | 532 | | |
532 | 533 | | |
533 | 534 | | |
| |||
0 commit comments