We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f815f7 commit f370841Copy full SHA for f370841
1 file changed
Migration script/openIMIS migration latest.sql
@@ -4814,7 +4814,7 @@ AS
4814
BEGIN
4815
DECLARE @oReturnValue as int
4816
SET @oReturnValue = 0
4817
- --BEGIN TRY
+ BEGIN TRY
4818
4819
DECLARE @MStart as int
4820
DECLARE @MEnd as int
@@ -4998,15 +4998,15 @@ BEGIN
4998
FINISH:
4999
5000
RETURN @oReturnValue
5001
- /*END TRY
+END TRY
5002
5003
BEGIN CATCH
5004
SELECT 'Unexpected error encountered'
5005
SET @oReturnValue = 1
5006
SET @RtnStatus = 1
5007
5008
5009
- END CATCH*/
+ END CATCH
5010
5011
END
5012
0 commit comments