Skip to content

Releases: Mause/duckdb_engine

v0.6.7

07 Jan 17:50
c6484a3
Compare
Choose a tag to compare

0.6.7 (2023-01-07)

Bug Fixes

  • correct attribute reference (d2a2577)

v0.6.6

17 Dec 07:24
f4f277c
Compare
Choose a tag to compare

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
25ff934
Compare
Choose a tag to compare

0.6.5 (2022-11-22)

⚠ BREAKING CHANGES

  • drop python 3.6 support

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

  • drop python 3.6 support (0d81998)

Miscellaneous Chores

v0.6.4

11 Sep 11:47
d43ab23
Compare
Choose a tag to compare

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
71e69cc
Compare
Choose a tag to compare

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
Choose a tag to compare

0.6.2 (2022-08-25)

Bug Fixes

  • fix bleeding edge duckdb for exceptions changes (f955264)

v0.6.1

23 Aug 16:42
846df49
Compare
Choose a tag to compare

0.6.1 (2022-08-23)

Bug Fixes

  • support boolean and integer config values (4a2c639)

v0.6.0

22 Aug 05:38
3947ae4
Compare
Choose a tag to compare

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
498df91
Compare
Choose a tag to compare

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
70df02b
Compare
Choose a tag to compare

0.4.0 (2022-08-15)

Features

  • switch to first party sqlalchemy stubs (cf9f626)

Bug Fixes

  • support ping on latest sqlalchemy (bd63122)