Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 862 Bytes

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 862 Bytes

Change Log

All notable changes to the "sqlops-spexecutesql-to-sql" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[Unreleased]

[1.0.3] - 2020-06-29 - @gerneio

Enhancement

  • Support converting multiple sp_executesql statements #6

[1.0.2] - 2020-01-04

Fixed

  • fix bug in parsing double quote in the query

[1.0.1] - 2019-09-07

Fixed

  • fix bug in regex for reading query with extra white character

[1.0.0] - 2019-06-30

Fixed

  • fix a bug in format document
  • improve the experience with modify selection and scrolls position

[0.0.2] - 2018-12-18

Fixed

  • fix bug in sp_executesql with an unnamed parameter value

[0.0.1] - 2018-11-13

  • Initial release