Commit 3bc99f1
Fix over-transformation of zero values in INSERT statements
- Remove broad Integer transformation fallback that was catching zero values
- Make A_Const transformation more conservative for INSERT VALUES context
- Zero values in INSERT statements should remain as empty objects {}
- Test pass rate improved from 184 to 193 passing tests
Co-Authored-By: Dan Lynch <[email protected]>1 parent 9dd4960 commit 3bc99f1
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
551 | | - | |
| 550 | + | |
552 | 551 | | |
553 | 552 | | |
554 | 553 | | |
| |||
912 | 911 | | |
913 | 912 | | |
914 | 913 | | |
915 | | - | |
916 | | - | |
917 | | - | |
918 | 914 | | |
919 | 915 | | |
920 | 916 | | |
| |||
0 commit comments