Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 3.99 KB

File metadata and controls

85 lines (63 loc) · 3.99 KB

Changelog

See releases for the duckdb-sql-tools-x.x.x.vsix extension package downloads.

v1.6.0 - [2024-07-14]

  • Update DuckDB SQL Tools Preview to support DuckDB v0.10
  • Update DuckDB SQL Tools Preview docs with DuckDB v0.10 support info
  • Package and publish DuckDB SQL Tools Preview v1.6.0 with DuckDB v0.10.2 support

v1.5.0 - [2024-07-12]

  • Convert BigInt values and arrays to Number in DuckDB TableData 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

v1.4.0 - [2023-12-01]

  • 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

v1.3.0 - [2023-10-27]

  • 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 demo chinook.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

v1.2.0 - [2023-10-06]

  • 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

v1.1.0 - [2023-06-26]

  • 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

v1.0.2 - [2023-01-28]

Documentation Update Release.

  • Refine DuckDB SQL Tools extension intro, features list, and other doc sections in README.md

v1.0.1 - [2023-01-27]

Minor extension packaging update for the extension gallery banner background color display in VS Code marketplace.

  • Add gallery banner color to extension package manifest

v1.0.0 - [2023-01-27]

Initial Public Preview Release.

  • 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 DuckDB and data files in data folder
  • Add chinook demo DuckDB 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 DuckDB 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 VS Code Memory Limit info to Limitations section in extension README.md
  • Add additional DuckDB keywords, pragmas, and metadata functions to SQL keywords
  • Add demo data section to extension README.md
  • Package and publish DuckDB Sql Tools v1.0.0 Preview release