Releases: amauryt/crystal-duckdb
Releases · amauryt/crystal-duckdb
v0.2.5
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
- 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
- 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
Added support for the INTERVAL SQL datatype and for engine configuration via URI params when opening a database.
v0.2.1
Compatible with duckdb 0.3.4
v0.2.0
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
Compatible with DuckDB v0.2.8