Skip to content

Releases: Mause/duckdb_engine

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)

v0.13.4

22 Oct 03:39
4190fbb
Compare
Choose a tag to compare

0.13.4 (2024-10-22)

Bug Fixes

  • deps: update dependency duckdb to v1.1.2 (d363897)
  • propagate kwargs through compilation nodes (95d8cef)

v0.13.3

21 Oct 10:03
ab02e88
Compare
Choose a tag to compare

0.13.3 (2024-10-21)

Bug Fixes

  • add varint type (220c18f)
  • restrict varint to supported versions (ccdbc06)
  • update Map type for 1.0+ (7574837)

v0.13.2

04 Sep 10:41
7771480
Compare
Choose a tag to compare

0.13.2 (2024-09-04)

Bug Fixes

Documentation

  • use read_only=False so that example doesn't raise an exception. (#1079) (d0688b4)