Skip to content

Releases: simonw/sqlite-chronicle

0.2.1

06 Dec 05:20
Compare
Choose a tag to compare
  • Fix for a bug where enable_chronicle() failed with an error if the table did not have a column called id. #5

0.2

06 Dec 04:46
Compare
Choose a tag to compare
0.2
  • New updates_since() function for looping through updates that have occurred since a specific version. #2
  • The version is now incremented for any change to any row, which ensures the system can handle cases where more than 1,000 rows are inserted or updated simultaneously. #3

0.1

11 Sep 05:34
9553ede
Compare
Choose a tag to compare
0.1
  • Initial release, with the sqlite_chronicle.enable_chronicle() function. #1