Skip to content

Releases: lozn00/AzureSQLProcConvertSQL

v0.0.3

09 Apr 09:52
Compare
Choose a tag to compare

support convert on line alter proc
(param1,param2)

v0.0.2

09 Apr 08:47
Compare
Choose a tag to compare

2024-4-9

  1. Fix decimal type parameters such as decimal (3,3) being replaced with decimal 3;3. Define the issue of recognition errors.

  2. In addition, after successful conversion, all variable settings will be automatically generated, with a default comment state. The defined variables need to be manually uncommented.

v.0.0.1

23 Aug 07:14
Compare
Choose a tag to compare
first init