serdardidan

Results 3 comments of serdardidan

The same problem occurs when copying the SQLite database containing a index to DuckDB. DuckDB version v1.0.0

Thanks for the reply, I tested it again. SQLite: ```sql CREATE TABLE if not exists test( insertTime DATETIME CHECK(Datetime(insertTime ,'+0 days') IS substr(insertTime ,1,19)), anynteger INTEGER CHECK(anynteger>=0) ); ``` DuckDB;...