All Versions
8
Latest Version
Avg Release Cycle
220 days
Latest Release
2055 days ago

Changelog History

  • v1.7.0 Changes

    September 04, 2018
    • ➕ Add a blocking commit after each modification if autocommit is enabled. (PR #94, @endlisnis)
    • Clean up license file names (PR #99, @r-barnes)
    • 👌 support double quotes in table names (PR #113, @vcalv)
  • v1.6.0 Changes

    September 18, 2018
  • v1.5.0 Changes

    February 14, 2017
    • ➕ Add encode and decode parameters to store json, compressed or pickled objects (@erosennin, #65)
    • 🔀 Python 3.6 fix: commit before turning off synchronous (@bit, #59)
    • ⚡️ Update sqlite version to 3.8.2 (@tmylk, #63)
  • v1.4.2 Changes

    August 26, 2016

    1.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