Commit 19aaf07
Fix bats dataloading COPY statements for GMS empty INSERT VALUES fix
Update 8 COPY commands in bats test SQL files to explicitly specify
column names to fix compatibility with GMS PR #3055 that correctly
rejects empty INSERT VALUES when no defaults exist.
Files updated:
- csv-load-basic-cases.sql: Add (pk, c1, c2) to COPY tbl1
- csv-load-multi-chunk.sql: Add (pk, c1, c2) to COPY tbl1
- csv-load-with-header.sql: Add (pk, c1, c2) to COPY tbl1
- csv-load-with-legacy-syntax.sql: Add (pk, c1, c2) to COPY tbl1
- csv-load-with-no-tx-control.sql: Add (id, info, test_pk) to COPY test_info
- psv-load-with-no-tx-control.sql: Add (id, info, test_pk) to COPY test_info
- tab-load-with-delimiter-no-tx-control.sql: Add (id, info, test_pk) to COPY test_info
- tab-load-with-no-tx-control.sql: Add (id, info, test_pk) to COPY test_info
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent f2ac45c commit 19aaf07
File tree
8 files changed
+8
-8
lines changed- testing/bats/dataloading
8 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments