Releases: nackjicholson/aiosql
Releases · nackjicholson/aiosql
v13.0
- change
kwargs_only
parameter default value to True. Compatibility break. - add optional parameter declarations to queries, and check them when provided.
- forbid positional parameters when named parameters are declared.
- warn on probable mission operation.
- silent some test warnings.
- add psycopg2 back to CI with Python 3.13.
- improve documentation.
- improve Makefile.
v12.2
v12.1
v12.0
- add official support for MS SQL Server with
pymssql
. - pass misc parameters to cursor in generic adapter.
- further improve typing to please pyright.
- minor doc fixes…
- improve one error message.
- reduce verbosity when overriding an adapter.
- refactor tests, simplifying the structure and adding over 50 tests. in particular, schema creation now relies on aiosql features instead of using driver capabilities directly.