Skip to content

Commit 5404d2e

Browse files
committed
Yet another fix for 2016.2+
1 parent 935418a commit 5404d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Form/JSON/SQL.cls.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Draw JSON output.</Description>
280280
}
281281
Set ..sql = tOrigSQL
282282
283-
Set aet = ##class(%AbstractObject).$fromJSON("{"""_..arrayName_""":[]}")
283+
Set aet = ##class(%Object).$fromJSON("{"""_..arrayName_""":[]}")
284284
285285
// FORMS - debug
286286
Set:$$$debug aet.sql = tOrigSQL
@@ -304,7 +304,7 @@ Draw JSON output.</Description>
304304
CONTINUE:(tRow<=tStartRow)
305305
// END - FORMS - pagination
306306
307-
Set node = ##class(%Object).$new()
307+
Set node = {}
308308
For c = 1:1:tCols {
309309
Set tVal = tRS.%GetData(c)
310310
Set tOutVal = ##class(Form.Util.Converter).logicalToJSON($Get(tColInfo(c,"type")), tVal)

0 commit comments

Comments
 (0)