Skip to content

Commit 3e83c16

Browse files
committed
Adapt to Serialization rework and bump DuckDB
1 parent 6146452 commit 3e83c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

duckdb

Submodule duckdb updated 1898 files

src/storage/sqlite_index.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class LogicalSQLiteCreateIndex : public LogicalExtensionOperator {
3838
return make_uniq<SQLiteCreateIndex>(std::move(info), table);
3939
}
4040

41-
void Serialize(FieldWriter &writer) const override {
41+
void Serialize(Serializer &writer) const override {
4242
throw InternalException("Cannot serialize SQLite Create index");
4343
}
4444

0 commit comments

Comments
 (0)