Commit 2038ca6
fix(wrangler): update D1 export tests to expect column names in INSERT statements
The dumpSql function now includes column names in INSERT statements.
Updated test expectations to match the new format:
- INSERT INTO "table" VALUES(...) → INSERT INTO "table" ("col1","col2") VALUES(...)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Somhairle MacLeòid <penalosa@users.noreply.github.com>1 parent 3ce5eea commit 2038ca6
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments