File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# SqlConvert README
2
2
3
3
Converting stored procedure code into SQL statements with one click solves the problem of remote debugging and inconvenient testing
4
-
4
+ ne-click conversion of Microsoft SQL Server stored procedures into SQ statements, input parameters,
5
+ easy to perform modification tests, after the test is completed,
6
+ one-click reverse into stored procedures.
7
+ It is used to solve the problem that the remote test stored procedure is difficult to debug and the test code must modify the stored procedure
5
8
6
9
## Features
7
10
8
- Support more language
11
+ Support more SQL language
9
12
10
13
11
14
## Requirements
@@ -24,7 +27,7 @@ This extension contributes the following settings:
24
27
25
28
## Known Issues
26
29
27
- Calling out known issues can help limit users opening duplicate issues against your extension.
30
+ Need Format Store Procdure
28
31
29
32
## Release Notes
30
33
You can’t perform that action at this time.
0 commit comments