Releases: Mause/duckdb_engine
Releases · Mause/duckdb_engine
v0.6.3
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
0.6.2 (2022-08-25)
Bug Fixes
- fix bleeding edge duckdb for exceptions changes (f955264)
v0.6.1
0.6.1 (2022-08-23)
Bug Fixes
- support boolean and integer config values (4a2c639)
v0.6.0
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
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
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
0.3.4 (2022-08-12)
Bug Fixes
- disable comments in dialect (96cca1c)
- restore mypy checking to github builds (b252679)
v0.3.3
0.3.3 (2022-08-06)
Bug Fixes
- add code coverage reporting (019b61c)
- add documentation and test for duckdb config (f3e577a)
- correct dialect error lookup for bleeding edge (0e04d02)
I have retroactively realized this was likely a breaking change for some consumers, my apologies
v0.3.2
0.3.2 (2022-08-05)
Bug Fixes
- unpin numpy for python 3.6 (3e87509)
v0.3.1
0.3.1 (2022-08-05)
Bug Fixes