Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    operationBinding.orderClause in 12.1 latest builds

    Hello, I just noticed that in the more recent builds of the 12.1 release, if I have this in an operationBinding:
    Code:
    <orderClause>$defaultOrderClause</orderClause>
    and there's no sort specified in the request, the generated query ends with
    Code:
    ORDER BY
    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?

    #2
    This was not intended. It is fixed and will be available for download in nightly builds since Aug 3 (tomorrow).

    Comment

    Working...
    X