2.9
- New
sqlite-utils drop-table
command, see Dropping tables. (#111) - New
sqlite-utils drop-view
command, see Dropping views. - Python
decimal.Decimal
objects are now stored asFLOAT
. (#110)
sqlite-utils drop-table
command, see Dropping tables. (#111)sqlite-utils drop-view
command, see Dropping views.decimal.Decimal
objects are now stored as FLOAT
. (#110)