New
v1.4.2
What's Changed
- Test behavior of multiple in-memory databases by @mlafeldt in https://github.com/duckdb/duckdb-rs/pull/601
- Add test for appending struct fields using params! macro by @mlafeldt in https://github.com/duckdb/duckdb-rs/pull/603
- Mark RawStatement as Send and document thread safety constraints by @mlafeldt in https://github.com/duckdb/duckdb-rs/pull/606
- Add support for querying parameter names in prepared statements by @mlafeldt in https://github.com/duckdb/duckdb-rs/pull/609
- Add installation guide to README by @mlafeldt in https://github.com/duckdb/duckdb-rs/pull/611
- Document ICU extension limitations with bundled feature by @mlafeldt in https://github.com/duckdb/duckdb-rs/pull/612
- Don't try to test README snippet by @mlafeldt in https://github.com/duckdb/duckdb-rs/pull/613
- Add missing 28 to AppenderParams array impl by @mlafeldt in https://github.com/duckdb/duckdb-rs/pull/614
- Create an appender to specific catalog + schema + table by @mchataigner in https://github.com/duckdb/duckdb-rs/pull/623
- Add basic support for FixedSizeBinary using Blob by @mchataigner in https://github.com/duckdb/duckdb-rs/pull/624
- refactor(types): use into_result in from_sql and improve decimal conversion by @fvaleye in https://github.com/duckdb/duckdb-rs/pull/616
- performance(chrono): use write! macro to improve date formatting by @fvaleye in https://github.com/duckdb/duckdb-rs/pull/617
- performance(memory): improve memory allocation when the size is known by @fvaleye in https://github.com/duckdb/duckdb-rs/pull/618
- Add column_logical_type and get/set_alias methods by @diegoimbert in https://github.com/duckdb/duckdb-rs/pull/620
- Update DuckDB to v1.4.2 by @Maxxen in https://github.com/duckdb/duckdb-rs/pull/625
New Contributors
- @mchataigner made their first contribution in https://github.com/duckdb/duckdb-rs/pull/623
- @fvaleye made their first contribution in https://github.com/duckdb/duckdb-rs/pull/616
- @diegoimbert made their first contribution in https://github.com/duckdb/duckdb-rs/pull/620
Full Changelog: https://github.com/duckdb/duckdb-rs/compare/v1.4.1...v1.4.2