We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935418a commit 5404d2eCopy full SHA for 5404d2e
Form/JSON/SQL.cls.xml
@@ -280,7 +280,7 @@ Draw JSON output.</Description>
280
}
281
Set ..sql = tOrigSQL
282
283
- Set aet = ##class(%AbstractObject).$fromJSON("{"""_..arrayName_""":[]}")
+ Set aet = ##class(%Object).$fromJSON("{"""_..arrayName_""":[]}")
284
285
// FORMS - debug
286
Set:$$$debug aet.sql = tOrigSQL
@@ -304,7 +304,7 @@ Draw JSON output.</Description>
304
CONTINUE:(tRow<=tStartRow)
305
// END - FORMS - pagination
306
307
- Set node = ##class(%Object).$new()
+ Set node = {}
308
For c = 1:1:tCols {
309
Set tVal = tRS.%GetData(c)
310
Set tOutVal = ##class(Form.Util.Converter).logicalToJSON($Get(tColInfo(c,"type")), tVal)
0 commit comments