Skip to content

Commit d63e64e

Browse files
committed
docs(changelog): tighten DuckDB Fixed entries
1 parent a8bd02b commit d63e64e

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111

12-
- DuckDB Spatial `GEOMETRY` columns now render as WKT instead of NULL in the data grid and streaming results (#1324)
13-
- DuckDB `HUGEINT` and `UHUGEINT` formatting no longer crashes on negative values and preserves full 128-bit precision
14-
- DuckDB streaming query results respect the row cap, release resources on cancellation, and pick up `TIMESTAMPTZ`/`TIMETZ` values that previously rendered as NULL
15-
- DuckDB `information_schema` lookups escape schema names so connections with apostrophes in the schema no longer fail
16-
- DuckDB ENUM values are now read from the correct schema for ENUMs outside `main`
17-
- DuckDB `DATE` and `TIMESTAMP` values with BC years render with the canonical ISO leading minus
18-
- DuckDB schema reads no longer race when concurrent connections switch schemas
12+
- DuckDB Spatial `GEOMETRY` columns render as WKT, not NULL (#1324)
13+
- DuckDB `HUGEINT` and `UHUGEINT` keep full precision and no longer crash on negatives
14+
- DuckDB streaming results honor the row cap and render `TIMESTAMPTZ`/`TIMETZ`/`GEOMETRY` instead of NULL
15+
- DuckDB schema reads handle apostrophes and concurrent schema switches correctly
16+
- DuckDB ENUMs in non-`main` schemas resolve correctly
17+
- DuckDB `DATE` and `TIMESTAMP` BC years use a leading minus
1918

2019
## [0.43.0] - 2026-05-18
2120

0 commit comments

Comments
 (0)