Hello, I just noticed that in the more recent builds of the 12.1 release, if I have this in an operationBinding:
and there's no sort specified in the request, the generated query ends with
and so it raises an error.
In previous builds (and also in previous versions) the 'order by' was simply omitted in this case.
Is it an intended change?
Code:
<orderClause>$defaultOrderClause</orderClause>
Code:
ORDER BY
In previous builds (and also in previous versions) the 'order by' was simply omitted in this case.
Is it an intended change?
Comment