Changelog¶
v0.5.0¶
Maintenance release
Fix errors from fetchone (#37)
Support python versions 3.8 - 3.12 (#115)
Modernize project metadata (#115)
$ git shortlog -s v0.4.1...v0.5.0
14 Amethyst Reese
1 Kian-Meng Ang
1 Ryan Scott Brown
34 dependabot[bot]
13 pyup.io bot
v0.4.1¶
Bugfix release
Include py.typed for PEP 561 support (#27)
Tested on Python 3.9
$ git shortlog -s v0.4.0...v0.4.1
6 Amethyst Reese
1 pyup.io bot
v0.4.0¶
Feature release
Add support for ORDER BY clauses in SELECT queries
Fixes for placeholders on generated Mysql queries
First steps towards Sphinx documentation
Added aql to Omnilib
$ git shortlog -s v0.3.0...v0.4.0
4 Amethyst Reese
v0.3.0¶
Feature release
Added support for mysql connections via aiomysql
Fixed mysql query generation to use correct placeholders for aiomysql
$ git shortlog -s v0.2.0...v0.3.0
10 Amethyst Reese
v0.2.0¶
Feature release:
Corrected generated SQL for Sqlite and Mysql for quoted column names
Connection.execute() now returns an intermediate Result object that can be awaited
End-to-end integration test creates table, inserts, and selects rows
Fixed lint and typing issues
$ git shortlog -s v0.1.1...v0.2.0
6 Amethyst Reese
1 pyup-bot
3 pyup.io bot
v0.1.1¶
Pre-alpha v0.1.1
$ git shortlog -s v0.1.0...v0.1.1
2 Amethyst Reese
v0.1.0¶
Pre-alpha v0.1.0
$ git shortlog -s v0.1.0
92 Amethyst Reese
17 pyup-bot
4 pyup.io bot
6 tat2grl85