We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 678b153 + 00ff347 commit 174e29bCopy full SHA for 174e29b
1 file changed
Empty databases/openIMIS_ONLINE.sql
@@ -8473,7 +8473,7 @@ AS
8473
BEGIN
8474
DECLARE @oReturnValue as int
8475
SET @oReturnValue = 0
8476
- --BEGIN TRY
+ BEGIN TRY
8477
8478
DECLARE @MStart as int
8479
DECLARE @MEnd as int
@@ -8657,19 +8657,18 @@ BEGIN
8657
FINISH:
8658
8659
RETURN @oReturnValue
8660
- /*END TRY
+ END TRY
8661
8662
BEGIN CATCH
8663
SELECT 'Unexpected error encountered'
8664
SET @oReturnValue = 1
8665
SET @RtnStatus = 1
8666
8667
8668
- END CATCH*/
+ END CATCH
8669
8670
END
8671
-
8672
-SET ANSI_NULLS ON
+GO
8673
8674
SET ANSI_NULLS ON
8675
GO
0 commit comments