All Versions
8
Latest Version
Avg Release Cycle
220 days
Latest Release
1665 days ago
Changelog History
Changelog History
-
v1.7.0 Changes
September 04, 2018 -
v1.6.0 Changes
September 18, 2018- ➕ Add
get_tablenames
method to retrieve all table names from an existing SQLite DB file. (@transfluxus, #72) - ➕ Add license files to dist (@toddrme2178, #79)
- Replace
easy_install
->pip
in README (@thechief389, #77) - ⚡️ Update build badge (@menshikh-iv)
- ➕ Add
-
v1.5.0 Changes
February 14, 2017 -
v1.4.2 Changes
August 26, 20161.4.2, 26/08/2016
- Fix some hangs on closing. Let enter re-open a closed connection. (@ecederstrand, #55)
- Surround table names with quotes. (@Digenis, #50)
-
v1.4.1 Changes
May 15, 2016- Read-only mode (@nrhine1, #37)
- Check file exists before deleting (@adibo, #39)
- AttributeError after SqliteDict is closed (@guyskk, #40)
- 👍 Python 3.5 support (@jtatum, #47)
- ⚡️ Pickle when updating with 2-tuples seq (@Digenis, #49)
- 🛠 Fix exit errors: TypeError("'NoneType' object is not callable",) (@janrygl, #45)
-
v1.4.0 Changes
September 02, 2015- 🛠 fix regression where iterating over keys/values/items returned a full list instead of iterator
-
v1.3.0 Changes
May 05, 2015- 👌 improve error handling in multithreading (PR #28); 100% test coverage.
-
v1.2.0 Changes
February 07, 2015- consistent change of license to Apache 2.0
- ✅ full py3k support, including Travis tests