Download Latest Version 3.39 source code.zip (495.6 kB)
Email in envelope

Get an email when there's a new version of sqlite-utils

Home / 3.38
Name Modified Size InfoDownloads / Week
Parent folder
3.38 source code.tar.gz 2024-11-23 463.6 kB
3.38 source code.zip 2024-11-23 495.1 kB
README.md 2024-11-23 1.1 kB
Totals: 3 Items   959.8 kB 0
  • Plugins can now reuse the implementation of the sqlite-utils memory CLI command with the new return_db=True parameter. (#643)
  • table.transform() now recreates indexes after transforming a table. A new sqlite_utils.db.TransformError exception is raised if these indexes cannot be recreated due to conflicting changes to the table such as a column rename. Thanks, Mat Miller. (#633)
  • table.search() now accepts a include_rank=True parameter, causing the resulting rows to have a rank column showing the calculated relevance score. Thanks, liunux4odoo. (#628)
  • Fixed an error that occurred when creating a strict table with at least one floating point column. These FLOAT columns are now correctly created as REAL as well, but only for strict tables. (#644)
Source: README.md, updated 2024-11-23