-
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.
Answered by
datadavev
Jul 31, 2025
Replies: 1 comment 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.
1 reply
Answer selected by
gordonjb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: