- Support for sqlite extensions - Fixed support for type annotations on early Python 3.5
text $ git shortlog -s v0.8.1...v0.9.0 3 rappitz09
0.8.1
- Fix connections to byte string db locations (20)
text $ git shortlog -s v0.8.0...v0.8.1 6 rappitz09
0.8.0
- Use futures instead of polling for connections/cursors. This will significantly reduce time spent blocking the primary event loop, resulting in better performance of asyncio applications using ezysqlite.
text $ git shortlog -s v0.7.0...v0.8.0 3 rappitz09
0.7.0
- Added macros for combined insert/id and select/fetch - Better perf testing output
text $ git shortlog -s v0.6.0...v0.7.0 4 rappitz09
0.6.0
- Performance improvements for atomic or fast queries - Support passing Path-like objects to ezysqlite.connect - Unit tests now use aiounittest instead of a custom test harness - Limited set of performance tests now available
text $ git shortlog -s v0.5.0...v0.6.0 8 rappitz09
0.5.0
- More aliases from sqlite3, including Row, errors, and register_* - Additional connection properties for row/text factory, total changes - Better readme
text $ git shortlog -s v0.4.0...v0.5.0 6 rappitz09