Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Python 3.4 support and better SQLite3 resource usage

Latest
Compare
Choose a tag to compare
@stevendlander stevendlander released this 06 May 18:40
· 34 commits to master since this release

What's new:

  • Python 3.x support added! Current test platforms are versions 2.7, 3.4, and nightly 3.x releases.
  • Geopackage class will now auto-close resources when created in a with statement
  • TempDB class will now auto-close resources when created in a with statement
  • Mangled all database connection resources in Geopackage and TempDB classes.