[Vtigercrm-commits] [vtiger development] #71: Sorting columns in listview fails
vtiger development
vtiger-tickets at vtiger.fosslabs.com
Mon Mar 27 01:20:41 EST 2006
#71: Sorting columns in listview fails
------------------------+---------------------------------------------------
Reporter: allanbush | Owner: allanbush
Type: defect | Status: new
Priority: major | Milestone: 4.2.5
Component: vtigercrm | Version: 4.2.4rc3
Resolution: | Keywords: postgres
------------------------+---------------------------------------------------
Comment (by allanbush):
This is a limitation of the distinct on method of postgres used as a work
around for the strict behavior of the group by clause. The simple patch
is to add the order by expressions into the distinct on list, this hides
the underlining issue which is we are querying an indetermined set of our
data. The preferred solution would be to rewrite the queries to avoid
selecting columns we don't need.
--
Ticket URL: <http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/71>
vtiger development <http://vtiger.fosslabs.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list