Fixed bug with sqlite-utils upsert --detect-types, closes #362

This commit is contained in:
Simon Willison 2022-01-05 22:28:29 -08:00
commit a7b29bfaa9
2 changed files with 19 additions and 0 deletions

View file

@ -1045,6 +1045,7 @@ def upsert(
not_null=not_null,
default=default,
encoding=encoding,
detect_types=detect_types,
load_extension=load_extension,
silent=silent,
)