Releases: Mause/duckdb_engine
Releases · Mause/duckdb_engine
v0.6.6
17 Dec 07:24
Compare
Sorry, something went wrong.
No results found
0.6.6 (2022-12-17)
Bug Fixes
add missing data types (92cef1b )
add missing integer data types (c7e9ccf )
disable server side cursors (bae0a1c )
v0.6.5
22 Nov 05:43
Compare
Sorry, something went wrong.
No results found
0.6.5 (2022-11-22)
⚠ BREAKING CHANGES
Documentation
add note regarding fetchmany support in duckdb=>0.5.0 (7ccbaa9 )
Dependencies
add snapshottest (0b18f47 )
bump tested duckdb to 0.5.1 in tox.ini (da71828 )
declare shared test dependencies (e43823c )
fix requirement declaration (e3923ee )
test against 0.5.1 (0aca52e )
Code Refactoring
Miscellaneous Chores
v0.6.4
11 Sep 11:47
Compare
Sorry, something went wrong.
No results found
0.6.4 (2022-09-11)
Bug Fixes
stub out Dialect#get_indexes for now (1d450ab )
use real fetchmany now it's available (06400b4 )
Dependencies
bump locked duckdb version (1a83643 )
v0.6.3
08 Sep 04:25
Compare
Sorry, something went wrong.
No results found
0.6.3 (2022-09-08)
Bug Fixes
add schema support to get_view_names (b58bf32 )
correct get_view_names for older sqlalchemy (b58bf32 )
repin duckdb & poetry (#400 ) (4586852 )
v0.6.2
25 Aug 13:29
Compare
Sorry, something went wrong.
No results found
0.6.2 (2022-08-25)
Bug Fixes
fix bleeding edge duckdb for exceptions changes (f955264 )
v0.6.1
23 Aug 16:42
Compare
Sorry, something went wrong.
No results found
0.6.1 (2022-08-23)
Bug Fixes
support boolean and integer config values (4a2c639 )
v0.6.0
22 Aug 05:38
Compare
Sorry, something went wrong.
No results found
0.6.0 (2022-08-21)
Features
allow preloading of extensions (13a92e1 )
Documentation
document preload_extensions config parameter (c0f2a99 )
link to example of IPython-SQL usage (96e8bdf )
v0.5.0
19 Aug 11:45
Compare
Sorry, something went wrong.
No results found
0.5.0 (2022-08-19)
Features
support unsigned integer types (a69a35b )
Bug Fixes
try to fix poetry installation in workflow (db21892 )
Documentation
mention unsigned integer support in README (4e403cb )
v0.4.0
15 Aug 09:56
Compare
Sorry, something went wrong.
No results found
0.4.0 (2022-08-15)
Features
switch to first party sqlalchemy stubs (cf9f626 )
Bug Fixes
support ping on latest sqlalchemy (bd63122 )
v0.3.4
12 Aug 15:49
Compare
Sorry, something went wrong.
No results found
0.3.4 (2022-08-12)
Bug Fixes
disable comments in dialect (96cca1c )
restore mypy checking to github builds (b252679 )