Skip to content

Releases: Mause/duckdb_engine

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)

v0.3.4

12 Aug 15:49
1028cd4
Compare
Choose a tag to compare

0.3.4 (2022-08-12)

Bug Fixes

  • disable comments in dialect (96cca1c)
  • restore mypy checking to github builds (b252679)

v0.3.3

06 Aug 15:35
62b915b
Compare
Choose a tag to compare

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

05 Aug 09:18
5c50b60
Compare
Choose a tag to compare

0.3.2 (2022-08-05)

Bug Fixes

  • unpin numpy for python 3.6 (3e87509)

v0.3.1

05 Aug 07:39
9afc87a
Compare
Choose a tag to compare

0.3.1 (2022-08-05)

Bug Fixes

v0.3.0

02 Aug 10:55
400be0d
Compare
Choose a tag to compare

0.3.0 (2022-08-02)

Features

  • use SingletonThreadPool for :memory: connections (58ef77a)

v0.2.0

03 Jul 09:57
430b3e5
Compare
Choose a tag to compare

0.2.0 (2022-07-03)

Features

  • add missing apilevel and threadsafety attributes on duckdb DBAPI (bc413a3)
  • add release-please config (6e9a2d7)
  • add support for Binary (8235377)
  • enable relationship integrity (f41bd10)
  • improve release script (bcb17bf)
  • override driver name (1a7bb4e)
  • strip comments from generated sql (66265a2)
  • warn when we find comments in the ddl (5b27a7f)

Bug Fixes

  • enable updating of existing models (14a4d5f)