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

Bundle icu extension at compile time #362

Open
rebasedming opened this issue Jul 22, 2024 · 0 comments
Open

Bundle icu extension at compile time #362

rebasedming opened this issue Jul 22, 2024 · 0 comments

Comments

@rebasedming
Copy link

According to the DuckDB docs, the icu extension is an autoloaded core extension. But when using this library bundled, I need to INSTALL and LOAD the icu extension. An easy way to confirm this is to run the following query:

SELECT CAST((NOW() + INTERVAL '-40 day');

This will fail without the icu extension manually installed/loaded.

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

1 participant