Releases: nackjicholson/aiosql
Releases · nackjicholson/aiosql
v3.4.1
v3.4.0
v3.3.1 Patch setup.cfg long_description text
change long description to string
v3.3.0
- #62 Fixes an off-by-one bug that affected variable name translation for the asyncpg driver. Thank you @seandstewart for reporting the issue!
- Fixes documentation css styling via
.nojekyll
plugin for sphinx
v3.2.1
v3.2.0
#35 Fix bug with SQL comments at top of files.
#45 Introduced QueryFn Protocol (by @dlax)
#46 execute_script returns strings. Technically a change in API, but I just really anyone one was depending on this function returning a None. We shall see if it causes anyone problems.
#47 Add a select_value operation (by @wagnerflo)