mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 10:24:32 +02:00
Fixed bug with sqlite-utils upsert --detect-types, closes #362
This commit is contained in:
parent
413f8ed754
commit
a7b29bfaa9
2 changed files with 19 additions and 0 deletions
|
|
@ -1045,6 +1045,7 @@ def upsert(
|
|||
not_null=not_null,
|
||||
default=default,
|
||||
encoding=encoding,
|
||||
detect_types=detect_types,
|
||||
load_extension=load_extension,
|
||||
silent=silent,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue