Commit d5c20f9
Use CREATE TABLE IF NOT EXISTS when append=true, bump to v1.5.0
When append=true (the default), use CREATE TABLE IF NOT EXISTS to
silently skip table creation if the table already exists. This avoids
noisy warnings on subsequent loads to the same table.
New features in v1.5.0:
- coltypes parameter for custom column type overrides (#225)
- auto_increment_primary_key_name parameter (#230)
- CREATE TABLE IF NOT EXISTS for append mode
- Named column inserts for better compatibility
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e22212e commit d5c20f9
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | | - | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
0 commit comments