diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-19 13:54:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-19 13:54:39 +0200 |
commit | 0aa976237df26be9415c5aac335ab43e026db077 (patch) | |
tree | 31287238d51a0eb5e056fb8b26ca9cbbc646dca2 /mssql/stored-proc/test.std | |
parent | 092cb7d916b8ebc83cacab849010acd04f56d38d (diff) |
Allow empty runtime and execute views
Use them to handle INSERT/UPDATE SQL Server stored procedures.
Diffstat (limited to 'mssql/stored-proc/test.std')
-rw-r--r-- | mssql/stored-proc/test.std | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mssql/stored-proc/test.std b/mssql/stored-proc/test.std index 528007c..6635bcc 100644 --- a/mssql/stored-proc/test.std +++ b/mssql/stored-proc/test.std @@ -7,5 +7,11 @@ b 1 3 -123 4 +4 d + +5 e + +123 6 + +123 7 |