Version History
+1.0.39.1 - January 11, 2007
+-
+
- Fixed a really dumb mistake that for some reason didn't trigger any errors in + the testcases, whereby commands when associated with a connection were not adding + or removing themselves from an internal list of commands for that connection -- + causing a "database is locked" error when trying to close the connection. +
1.0.39.0 - January 10, 2007
- Code merge with SQLite 3.3.10
- Fixed a multi-threaded race condition bug in the garbage collector when commands and/or connections are not properly disposed by the user.