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
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:
SELECTCAST((NOW() + INTERVAL'-40 day');
This will fail without the icu extension manually installed/loaded.
The text was updated successfully, but these errors were encountered:
According to the DuckDB docs, the
icu
extension is an autoloaded core extension. But when using this librarybundled
, I need toINSTALL
andLOAD
theicu
extension. An easy way to confirm this is to run the following query:This will fail without the
icu
extension manually installed/loaded.The text was updated successfully, but these errors were encountered: