You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.