office-gobmx/connectivity
Michael Stahl 35e8190b03 connectivity: fdo#43479: fix crash on DISTINCT:
Since commit f89f2b8bf5,
OResultSet::sortRows() works on the rows after SELECT, not on full rows.
So OResultSet::OpenImpl() has to be adapted to not use the mapping from
selected columns to entries rows in m_aColMapping any more; instead,
use the given ORDER BY clause for sorting.
But first extend the sort order to cover all columns, so it is no longer
necessary to call sortRows twice (this should be legal, because SQL says
the order of rows that are equal in ORDER BY columns is unspecified).
2012-01-20 15:16:37 +01:00
..
com/sun/star/sdbcx/comp/hsqldb
inc janitorial: typo in comments 2012-01-18 12:37:23 +01:00
prj build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE) 2011-12-30 16:40:35 +01:00
qa now that QADEVOOO build_type exist we need to use it... 2011-12-30 16:08:10 -06:00
source connectivity: fdo#43479: fix crash on DISTINCT: 2012-01-20 15:16:37 +01:00
util
workben Removed unnecessary tools includes. 2012-01-05 15:31:29 +01:00
dbtools.pmk
makefile.pmk
target.pmk
version.mk