Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DUCKDB access violation with c++ api #257

Open
ANDO-LOK opened this issue Jul 30, 2024 · 1 comment
Open

DUCKDB access violation with c++ api #257

ANDO-LOK opened this issue Jul 30, 2024 · 1 comment

Comments

@ANDO-LOK
Copy link

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 .

@JAicewizard
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants