Releases: RandomFractals/duckdb-sql-tools
Releases · RandomFractals/duckdb-sql-tools
DuckDB SQL Tools Preview v1.6.0
DuckDB SQL Tools Preview v1.5.0
DuckDB v0.9.2 Update Release with BigInt
Support in SQL Query Results
- Convert
BigInt
values and arrays toNumber
in DuckDBTableData
query results for display in SQL Tools records view - Update DuckDB version support message in DuckDB SQL Tools Preview
- Update DuckDB SQL Tools Preview
LICENSE.txt
- Package and publish DuckDB SQL Tools Preview v1.5.0 with
BigInt
support
DuckDB SQL Tools Preview v1.4.0
DuckDB v0.9.2 SQL Support and Documentation Updates
- Update DuckDB SQL Tools to support the latest DuckDB 0.9.2 version
- Remove VS Code Memory Limit section from DuckDB SQL Tools doc
- Add new SQLite Pro Tools info to the Pro Data Tools sections in DuckDB SQL Tools
README.md
- Package and publish DuckDB SQL Tools v1.4.0 with DuckDB v0.9.2 support
DuckDB Sql Tools Preview v1.3.0
DuckDB v0.9.1 SQL Support and Documentation Updates
- Update DuckDB SQL Tools and demo DuckDB configs to use new DuckDB v0.9.1 NodeJS libraries
- Update DuckDB SQL Tools
chinook-duckdb.ipynb
and generated demochinook.duckdb
to use DuckDB v0.9.1 - Update DuckDB SQL Tools documentation with new DuckDB v0.9.1 support info
- Package and publish DuckDB SQL Tools v1.3.0 with DuckDB v0.9.1 support
DuckDB Sql Tools Preview v1.2.0
DuckDB v0.8.1 SQL Support and Pro Data Tools Documentation Updates
- Update free public DuckDB SQL Tools Preview extension to support DuckDB v0.8.1
- Update SQL Tools drivers link and screenshot in docs
- Add DuckDB Pro Tools View Commands demo gif to DuckDB SQL Tools documentation
- Update PRQL Pro Tools links in DuckDB SQL Tools documentation
- Update new Markdown SQL Pro Tools info in DuckDB SQL Tools documentation
- Add new Data Notebook Pro Tools info to DuckDB SQL Tools documentation
- Update Random Fractals Data Tools and new Pro Data Tools sections in DuckDB SQL Tools documentation
- Package and publish DuckDB SQL Tools v1.2.0 release with DuckDB v0.8.1 support
DuckDB Sql Tools Preview v1.1.0
DuckDB v0.7.1 Sql Support and Documentation Updates
- Update DuckDB Sql Tools extension to use DuckDB v0.7.1
- Update DuckDB Sql Tools demo
chinook.duckdb
file to use DuckDB v0.7.1 storage format - Add DuckDB version info, detailed error logging, and DuckDB Pro Tools info to the DuckDB Sql Tools driver and DuckDB connection error message display
- Update DuckDB SQL Tools
README.md
with new DuckDB v0.7.1 support info - Add VS Code SQL and Pro Data Tools info to the public DuckDB Sql Tools extension
README.md
- Package and publish DuckDB SQL Tools v1.1.0 with DuckDB v0.7.1 support
DuckDB Sql Tools Preview v1.0.2
Documentation Update Release
- Refine DuckDB SQL Tools extension intro, features list, and other doc sections in README.md
DuckDB Sql Tools Preview v1.0.1
Extension Packaging Update
Minor extension packaging update for the extension gallery banner background color display in VSCode marketplace.
- Add gallery banner color to extension package manifest
DuckDB Sql Tools Preview v1.0.0
Initial Public Alpha Preview Release
Implementation Changelog
- Create duckdb-sql-tools vscode extension package
- Create DuckDB Sql Tools driver base code
- Create DuckDB sql tools icons
- Add DuckDB SQL tools demo gif for docs
- Create DuckDB sql tools driver using NodeJS libraries
- Add PRQL query examples for the demo db and data files in data folder
- Add chinook demo db data files in different formats
- Create DuckDB SQL Tools preview version README.md
- Add Random Fractals Inc. license file
- Allow to create readwrite
:memory:
database connections - Add httpfs data loading example
- Add sample duckdb sql query examples
- Add better chinook db create sql script with primary keys and indexes
- Add chinook duckdb Jupyter notebook and create new chinook.duckdb file using duckdb v0.6.1
- Add VSCode Memory Limit info to Limitations section in vscode extension README.md
- Add additional DuckDB keywords, pragmas, and metadata functions to SQL keywords
- Add demo data section to vscode extension README.md
- Package and publish DuckDB Sql Tools v1.0.0 Preview release