marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
745 stars 110 forks source link

add test cases to error tests #242

Closed apocelipes closed 4 months ago

apocelipes commented 4 months ago

Added some test cases selected from duckdb's test set. And added a test for the method (*duckdb.Error).Is.

Replace "DuckDBError" in the help information with "(*duckdb.Error)".

marcboeker commented 4 months ago

Thanks @apocelipes!