File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments