Commit 2d7e813
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 b225bb5 commit 2d7e813
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments