Skip to content

Commit

Permalink
add duckdb sql tools preview v1.5.0 to changelog (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Jul 12, 2024
1 parent 3b23141 commit 3c28d1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Combined [Pro Data Tools](https://github.com/RandomFractals/pro-data-tools#pro-data-tools) changelog for all the VS Code extensions and versions released to our [Pro sponsors](https://github.com/sponsors/RandomFractals) on GitHub.

## DuckDB SQL Tools 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

## DuckDB Pro Tools v1.5.0 - [2024-07-09]

- Update DuckDB Pro Tools to use DuckDB v0.9.2 NodeJS libraries
Expand Down
2 changes: 1 addition & 1 deletion duckdb-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The free and public [DuckDB SQL Tools](https://marketplace.visualstudio.com/item

## DuckDB SQL Tools *Preview* Features

[DuckDB SQL Tools](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.duckdb-sql-tools) *Preview* extension v1.4.0 adds the following basic DuckDB SQL capabilities to VS Code IDE for working with [DuckDB v0.9](https://duckdb.org/2023/09/26/announcing-duckdb-090.html) instances:
[DuckDB SQL Tools](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.duckdb-sql-tools) *Preview* extension v1.5.0 adds the following basic DuckDB SQL capabilities to VS Code IDE for working with [DuckDB v0.9](https://duckdb.org/2023/09/26/announcing-duckdb-090.html) instances:

- **Connect** to a local DuckDB [v0.9.2](https://github.com/duckdb/duckdb/releases/tag/v0.9.2) file instance
- **Create** new in-memory DuckDB instance
Expand Down

0 comments on commit 3c28d1c

Please sign in to comment.