r18109 - gnucash/trunk/src/backend/sql - Fix SQL statement which calculates account balances by adding ORDER BY clause. SQLite3

Phil Longstaff plongstaff at code.gnucash.org
Sat Jun 6 19:31:43 EDT 2009


Author: plongstaff
Date: 2009-06-06 19:31:42 -0400 (Sat, 06 Jun 2009)
New Revision: 18109
Trac: http://svn.gnucash.org/trac/changeset/18109

Modified:
   gnucash/trunk/src/backend/sql/gnc-transaction-sql.c
Log:
Fix SQL statement which calculates account balances by adding ORDER BY clause.  SQLite3
returned the values sorted even without it, but postgresql and mysql need the ORDER BY
clause to work correctly.




More information about the gnucash-patches mailing list