Skip to content

Commit 82f564b

Browse files
author
gevorg95
committed
[FIX] Исправил все недочеты
1 parent 3d02d46 commit 82f564b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/cls/CDV/CDV.cls

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ ClassMethod ValidateClassObjects(Class As %String, ByRef Oid As %String) As %Sta
7272
set Oid = Class
7373
set query = ##class(%SQL.Statement).%New()
7474
set status= query.%PrepareClassQuery(Class,"Extent")
75-
if 'status
76-
{
77-
do $system.OBJ.DisplayError(status)
78-
}
75+
return:$$$ISERR(sc) sc
7976
set rset=query.%Execute()
8077

8178
While (rset.%Next())

0 commit comments

Comments
 (0)