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

upgraded duckdb adapter to 1.6.3 #108

Closed

Conversation

bcp-dev-ops
Copy link

Updated to the latest duckdb go driver. This is necessary for compatibility with DuckDB 0.9.x and 0.10.x (latest two releases). Thanks!

@bcp-dev-ops
Copy link
Author

bcp-dev-ops commented Apr 28, 2024

hmm... a bit stumped... testing this on my other laptop and getting this error, similar to:

method "DbeeAddHelpers" failed with error: no driver registered for provided type alias

#97 add vertica adapter

@kndndrj
Copy link
Owner

kndndrj commented May 3, 2024

Hey @bcp-dev-ops thanks for the PR. I just suggested the same changes to be added to #77, so closing because of that.

As for the error:
Duckdb is not supported on all platforms - see here.

If your platform is one of the listed ones, make sure you compiled your binary with CGO support (e.g. cgo parameter to install() function or CGO_ENABLED=1 on command line).

@kndndrj kndndrj closed this May 3, 2024
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

Successfully merging this pull request may close these issues.

2 participants