Skip to content

Commit 02e115f

Browse files
committed
update CHANGELOGS about DuckDB::LogicalType#(alias|alias=)
1 parent da32a80 commit 02e115f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
44
# Unreleased
55
- add `DuckDB::PreparedStatement#bind_uint8`, `DuckDB::PreparedStatement#bind_uint16`,
66
`DuckDB::PreparedStatement#bind_uint32`, `DuckDB::PreparedStatement#bind_uint64`.
7-
- support Enum type in `DuckDB::LogicalType` class.
8-
- `DuckDB::LogicalType#internal_type`, `DuckDB::LogicalType#dictionary_size`,
9-
`DuckDB::LogicalType#dictionary_value_at`, and `DuckDB::LogicalType#each_dictionary_value` are
10-
available.
7+
- add `DuckDB::LogicalType` class.
8+
- `DuckDB::LogicalType` class is under construction. `DuckDB::LogicalType#internal_type`,
9+
`DuckDB::LogicalType#dictionary_size`, `DuckDB::LogicalType#dictionary_value_at`,
10+
`DuckDB::LogicalType#each_dictionary_value`, `DuckDB::LogicalType#alias`, and
11+
`DuckDB::LogicalType#alias=`are available.
1112

1213
# 1.2.1.0 - 2025-03-30
1314
- bump duckdb v1.2.1 on CI.

0 commit comments

Comments
 (0)