sqlite-utils/sqlite_utils
Thomas Sibley 6a660d12a2 Run sqlite-utils query in a transaction so that DML is committed
The failing test I added in the previous commit now passes.

Diff best viewed with whitespace ignored (git diff/show -w), as most of
the change is indentation for the new "with" block.
2020-07-07 12:34:26 -07:00
..
__init__.py Docs for suggest_column_types, closes #81 2020-02-01 13:55:13 -08:00
cli.py Run sqlite-utils query in a transaction so that DML is committed 2020-07-07 12:34:26 -07:00
db.py Store decimal.Decimal in DB as FLOAT, closes #110 2020-05-10 18:50:03 -07:00
utils.py Fixed bug with null columns, closes #95 2020-03-23 13:31:06 -07:00