You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, this repository is specifically for the go bindings to duckdb, unless im missing something you might want to look at https://github.com/duckdb/duckdb/issues for posting bugs with the C++ API
Hello, I encountered an error with using the c++ api example code below :
DuckDB db(nullptr);
duckdb::Connection con(db);
con.Query("CREATE TABLE integers (i INTEGER, j INTEGER)");
Exception thrown at 0x00007FFED4ED7937 (duckdb.dll) in ____.exe: 0xC0000005: Access violation reading location 0x000002DEE5029000.
the third line with con query will yield the exception mentioned above .
The text was updated successfully, but these errors were encountered: