Skip to content

Releases: nackjicholson/aiosql

v3.4.1

31 Jan 06:33
89fd2b4
Compare
Choose a tag to compare

v3.4.0

24 Dec 23:11
c970205
Compare
Choose a tag to compare

v3.3.1 Patch setup.cfg long_description text

24 Jul 17:30
a304064
Compare
Choose a tag to compare
change long description to string

v3.3.0

23 Jul 18:24
79ed2d7
Compare
Choose a tag to compare
  • #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

19 Jul 03:09
24ac4eb
Compare
Choose a tag to compare

v3.2.0

27 Sep 06:15
Compare
Choose a tag to compare

#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)

Minor type fixes, license fix

26 Sep 18:49
Compare
Choose a tag to compare

3.1.2

11 Aug 15:51
Compare
Choose a tag to compare

Adding type checking and Protocols for database adapters.
Refactor async and sync fn wrappers for better code reuse and performance.

#28
#30
#32

3.1.1

09 Aug 07:14
Compare
Choose a tag to compare

Minor bug fix #25 and documentation release

3.1.0

08 Jul 15:18
Compare
Choose a tag to compare

API that allows extension of Queries and QueryLoader classes from outside. #14
Stripping SQL strings on .sql attribute #18