Skip to content

Commit

Permalink
Quote table name properly
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 committed Apr 17, 2017
1 parent a72921c commit be100f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/REST/Objects.cls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Get all form objects</Description>
set sc = ..getBaseQuery(queryType, class, .queryBase)
return:$$$ISERR(sc) sc
set table = $$$ClassSQLTable(class)
set table = ##class(%CSP.UI.Portal.SQL.Home).Quoter2($$$ClassSQLTable(class))
set sql = queryBase _ table
set sc = ##class(Form.JSON.SQL).WriteJSONFromSQL(sql, class)
Expand Down

0 comments on commit be100f2

Please sign in to comment.