Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README for 1.13 release #17273

Merged
merged 6 commits into from
Feb 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ See [the SQL developer tutorial] to develop an app with C#, Java, Node.js, PHP,

<img src="https://github.com/Microsoft/vscode-mssql/raw/main/images/mssql-demo.gif" alt="demo" style="width:480px;"/>

## Version 1.13.0
* Release date: February 24, 2022
* Release status: GA

## What's new in 1.13.0
* Adds context menu item for object explorer table nodes to create an Azure Function with SQL binding for that table
* Updated SqlParser to fix some intellisense issues
* Fixed decimal datatype handling https://github.com/microsoft/azuredatastudio/issues/275
* Fixed BatchParser execution error caused by missing resource files https://github.com/microsoft/vscode-mssql/issues/17221

## Version 1.12.0
* Release date: December 15, 2021
* Release status: GA
Expand Down