Skip to content

Releases: Mause/duckdb_engine

v0.17.0

29 Mar 09:48
9d804a0
Compare
Choose a tag to compare

0.17.0 (2025-03-29)

Features

v0.16.0

29 Mar 04:53
994bcf5
Compare
Choose a tag to compare

0.16.0 (2025-03-29)

⚠ BREAKING CHANGES

  • drop python 3.8

Bug Fixes

Miscellaneous Chores

v0.15.1

29 Mar 02:10
6e22eeb
Compare
Choose a tag to compare

0.15.1 (2025-03-29)

Bug Fixes

  • panics in multi-threaded environments (694d227)
  • panics in multi-threaded environments (d42c977), closes #1190

v0.15.0

16 Jan 04:07
4dfdf2c
Compare
Choose a tag to compare

0.15.0 (2025-01-16)

Features

  • Add supported MotherDuck connection string parameters (c57f024)

v0.14.2

10 Jan 09:29
b0fc2e0
Compare
Choose a tag to compare

0.14.2 (2025-01-10)

Bug Fixes

  • use full list of reserved words (6dbadf1)

v0.14.1

10 Jan 05:22
fa958d7
Compare
Choose a tag to compare

0.14.1 (2025-01-10)

Bug Fixes

  • set div_is_floordiv to False to avoid bad casts (dfbed6d)

v0.14.0

16 Dec 07:04
e6d93ad
Compare
Choose a tag to compare

0.14.0 (2024-12-16)

Features

  • reexport postgresql insert function (51dbb18)

Miscellaneous Chores

v0.13.7-pre0

24 Nov 01:40
fdaf3f7
Compare
Choose a tag to compare

0.13.7-pre0 (2024-11-24)

Miscellaneous Chores

v0.13.6

24 Nov 00:31
f1132aa
Compare
Choose a tag to compare

0.13.6 (2024-11-24)

Bug Fixes

  • avoid mutating caller's connect args (don't accumulate user_agents) (8f39aca)
  • deps: update dependency packaging to v24.2 (f5daa5a)

v0.13.5

07 Nov 10:22
c67c2e0
Compare
Choose a tag to compare

0.13.5 (2024-11-07)

Bug Fixes

  • deps: update dependency duckdb to v1.1.3 (3152ddb)
  • nightly: fix default connection references for nightly (c0848d2)
  • reflection bug: Fixed bug causing TypeError when using metadata.reflect() (b96c1d2)
  • sqlalchemy versions: Added statement to apply changes only for sqlalchemy version 2.0.36 and above (d6fcd32)