Commit 173d9d5
committed
Revert VALUES-aliasing fallback patch (ineffective and regresses tests)
The UNION-ALL header prefix didn't fix Turso's "no such column: columnN"
errors (Turso still rejects the outer SELECT's reference into the
subquery even with an explicit alias header), and the change emitted a
different SQL form that broke 4 Translation_Tests (testInsert,
testInsertWithTypeCasting, testReplace, testReplaceWithTypeCasting).
Revert; a proper fix requires inlining the VALUES expressions directly
into the outer SELECT, or patching Turso's INSERT-SELECT subquery
aliasing — both larger than a string replacement.1 parent 5cd7538 commit 173d9d5
1 file changed
Lines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1016 | 1016 | | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | | - | |
1023 | | - | |
1024 | | - | |
1025 | | - | |
1026 | | - | |
1027 | | - | |
1028 | | - | |
1029 | | - | |
1030 | | - | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
1035 | 1019 | | |
1036 | 1020 | | |
1037 | 1021 | | |
| |||
0 commit comments