mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-07 17:14:09 +02:00
Passing a valid SQLite type string that is not in COLUMN_TYPE_MAPPING, such as NUMERIC or ANY, raised KeyError instead of being used as-is. The fix falls back to the raw string value when the type is a string not present in the mapping, matching the documented behaviour: col_type accepts Python types or SQLite type strings. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| cli.py | ||
| db.py | ||
| hookspecs.py | ||
| migrations.py | ||
| plugins.py | ||
| py.typed | ||
| recipes.py | ||
| utils.py | ||