Skip to content

0.6

Compare
Choose a tag to compare
@simonw simonw released this 07 Dec 17:15
· 22 commits to main since this release
  • Fixed critical bug where columns were incorrectly recorded as consistently toggling between null and their current value. #33
  • Documentation now includes links to live examples of databases created using this tool. #30
  • --wal option for turning on SQLite WAL mode - useful if you want to safely run queries against the database file while it is still being built. #31
  • Fixed bug where list and dict values were not correctly compared for equality. #32
  • The item_version_detail SQL view now includes a _changed_column JSON array of column names that changed in each version. #37
  • Nested packages such as --import xml.etree.ElementTree can now be imported. #39
  • item_version._item is now an indexed column. #38