Skip to content

Releases: Mause/duckdb_engine

v0.7.0

16 Mar 13:19
3afa5e6
Compare
Choose a tag to compare

0.7.0 (2023-03-16)

Miscellaneous Chores

v0.7.0-rc1

07 Mar 06:58
fc4aafc
Compare
Choose a tag to compare

0.7.0-rc1 (2023-03-07)

Features

Miscellaneous Chores

v0.6.9

01 Mar 23:08
e7f11cd
Compare
Choose a tag to compare

0.6.9 (2023-03-01)

Bug Fixes

Documentation

  • update README toc (42a0192)
  • update readme with link to duckdb's docs (4fcb730)

v0.6.8

08 Jan 22:55
aaeb8f8
Compare
Choose a tag to compare

0.6.8 (2023-01-08)

Bug Fixes

  • correct json type mapping (7bf8753)

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)