Skip to content

Commit 8c47ffb

Browse files
committed
1 parent cbe2268 commit 8c47ffb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Form/JSON/SQL.cls.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,11 @@ nocount - do not output count of rows</Description>
331331
Set aet.total=tRS.%ROWCOUNT
332332
}
333333
// END - FORMS - results count
334-
335-
Write aet.%ToJSON()
334+
335+
// <MAXSTRING> fix
336+
// See https://community.intersystems.com/node/450911/
337+
Write ""
338+
Do aet.%ToJSON()
336339
}
337340
Catch(ex) {
338341
Set tSC = ex.AsStatus()

0 commit comments

Comments
 (0)