We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60024f9 commit 38decc0Copy full SHA for 38decc0
1 file changed
src/icat/query.py
@@ -418,6 +418,10 @@ def setOrder(self, order):
418
than raising a :exc:`ValueError` in this case.
419
.. versionchanged:: 0.20.0
420
allow a JPQL function in the attribute.
421
+ .. versionchanged:: 2.0.0
422
+ allow the same attribute to appear more than once in the
423
+ resulting ORDER BY clause, which actually may make sense
424
+ in combination with a JPQL function.
425
"""
426
self._subst = None
427
self.order = []
0 commit comments