Opened 17 years ago

Closed 17 years ago

#785 closed defect (fixed)

ItemContext.configureQuery() should use fetch join if a non-selected column is used in ORDER BY

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.4.3
Component: core Version:
Keywords: Cc:

Description

Some databases, ie. Postgres, requires that a column in the ORDER BY part is also present in the SELECT part of a DISTINCT query. See #781 and #783.

Change History (1)

comment:1 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: newclosed

(In [3777]) Fixes #785: ItemContext.configureQuery() should use fetch join if a non-selected column is used in ORDER BY

Note: See TracTickets for help on using tickets.