Skip to content

Releases: simonw/sqlite-history

0.1

09 Apr 05:09
c887312

Choose a tag to compare

  • Fixed bug if a table had a column named after a reserved word such as order. #2
  • Documentation now describes the table structure and SQL triggers created by this tool. #3
  • Fixed bug where python -m sqlite_history data.db --all broke if the database contained any FTS tables. #5
  • Timestamps are now stored as milliseconds since the unix epoch. #6

0.1a0

09 Apr 01:25

Choose a tag to compare

0.1a0 Pre-release
Pre-release
  • Initial alpha release. #1