-
Hi, I have a query that doesn't work in DuckDB v1.1.1 that Framework ships with, but does work as of at least v1.2.2. Is there a way to get a more recent version of DuckDB to run in Framework? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
A hack, but manually editing
works for my use case. Of course, the change is temporary and running Patch:
|
Beta Was this translation helpful? Give feedback.
-
The issue here is that the DuckDB-Wasm distribution doesn’t correctly update the |
Beta Was this translation helpful? Give feedback.
A hack, but manually editing
node_modules/@observablehq/framework/dist/duckdb.js
and setting:works for my use case. Of course, the change is temporary and running
yarn upgrade
will blow it away and revert back to the framework distribution.Patch: