initial population of repo

This commit is contained in:
Thierry Schork
2022-12-30 10:37:11 +01:00
parent 969dc57be1
commit 9973535fb8
70 changed files with 476 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"id": "ea735b8e-4db5-4048-bce6-c8dee79b5790",
"prefix": "tc",
"description": "TRY ... CATCH fragment",
"body": "BEGIN TRY\r\n $SELECTEDTEXT$\r\nEND TRY\r\nBEGIN CATCH\r\n $CURSOR$\r\nEND CATCH"
}