Replies: 2 comments 4 replies
|
@plaflamme our DuckDB Pro Tools support DuckDB v0.7.1, add enhanced JSON handling, and come with more demo data and DuckDB examples to try. You can sponsor our dev work to get access to the latest Pro version of this extension, PRQL Code Lens and new Data Notebooks extension we'll be releasing soon! |
4 replies
|
Our free DuckDB Sql Tools Preview v1.1.0 now supports DuckDB v0.7.1: https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.duckdb-sql-tools Also, see new VS Code SQL and Pro Data Tools section in docs for more info about DuckDB Pro Tools, DuckDB v0.8 support, PRQL Pro Tools, and new Markdown SQL Pro Tools: https://github.com/RandomFractals/duckdb-sql-tools#vs-code-sql-and-pro-data-tools |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
DuckDB file format is not compatible between versions, i.e. files created with
0.6are not readable by0.7and vice-versa. Until Duckdb reaches 1.0, it seems important for this extension to support multiple versions since it makes it impossible to use when the version of duckdb in the extension differs from the file's version.All reactions