Skip to content

Releases: amauryt/crystal-duckdb

v0.2.5

27 May 21:30
Compare
Choose a tag to compare

Changes:

  • Updated crystal-db to v0.13.x
  • Refactored HugeIntHelper.i128_to_huge

Additionally, the DuckDB engine now offers limited storage compatibility with previous versions, starting from v0.10.0.

v0.2.4

05 Oct 13:19
Compare
Choose a tag to compare
  • Updated crystal-db to v0.12.0
  • Tested with DuckDB engine 0.9.0, but should work with down to engine v0.6.0

v0.2.3

28 Feb 10:12
Compare
Choose a tag to compare
  • Added support to the HUGEINT SQL datatype (Int128 on Crystal).
  • Changed a C API function to read VARCHAR values which was deprecated on duckdb v0.6.0.

v0.2.2

14 Oct 07:08
Compare
Choose a tag to compare

Added support for the INTERVAL SQL datatype and for engine configuration via URI params when opening a database.

v0.2.1

25 Jun 13:17
Compare
Choose a tag to compare

Compatible with duckdb 0.3.4

v0.2.0

11 Sep 21:22
Compare
Choose a tag to compare

Compatible with DuckDB v0.2.9

  • Added full support for DuckDB blob type
  • Fixed crash on binding UInt16 and UInt8 values to statements
  • Refactored binding, reading and appending of time-related datatypes

Initial release fix

08 Aug 11:53
Compare
Choose a tag to compare

Compatible with DuckDB v0.2.8