summaryrefslogtreecommitdiff
path: root/dbaccess/qa
AgeCommit message (Expand)Author
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-08java: use an empty block rather than an empty statementNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-22loplugin:unreffunStephan Bergmann
2014-04-17remove executable bitAndras Timar
2014-04-15Remove dead codeStephan Bergmann
2014-04-14typo: positon -> positionThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-10dbaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-27Remove visual noise from dbaccessAlexander Wilms
2014-02-03Prevent SolarMutex deadlock in unit testStephan Bergmann
2014-01-24dbaccess: disable hanging close() for nowMiklos Vajna
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann
2013-11-09factorise code; make DBTestBase a UnoApiTestLionel Elie Mamane
2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane
2013-11-09nitpicksLionel Elie Mamane
2013-11-09UnoApiTest don't require CalcLionel Elie Mamane
2013-11-09dbaccess DialogSaveTest not a UnoApiTestLionel Elie Mamane
2013-09-27Add normal (non PreparedStatement) insert test.Andrzej J.R. Hunt
2013-09-27Refactor performance test.Andrzej J.R. Hunt
2013-09-27Implement firebird/hsqldb performance comparison test.Andrzej J.R. Hunt
2013-09-27Make our_sFilePath protected to allow reuse.Andrzej J.R. Hunt
2013-09-27Implement hsqldb loading test.Andrzej J.R. Hunt
2013-09-27getURLFromWorkdir should actually return a URLStephan Bergmann
2013-09-27raah... getURLFromWorkdir does not put the URL schemeLionel Elie Mamane
2013-09-27get workdir URL directlyLionel Elie Mamane
2013-09-27unittest for fdo#67685Lionel Elie Mamane
2013-09-12Do not use int64 litteral without the proper wrappingNorbert Thiebaud
2013-09-10Split reusable parts of Firebird unit test into DBTestBase.Andrzej J.R. Hunt
2013-09-10Implement firebird integer loading test.Andrzej J.R. Hunt
2013-09-10Add simple embedded firebird .odb loading test.Andrzej J.R. Hunt
2013-08-19fdo#57950: Remove some chained appends in dbaccessJelle van der Waa
2013-08-03minor tweaks to existing unittestsLionel Elie Mamane
2013-05-06Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin
2013-04-26Java cleanup, remove unused importsNoel Grandin
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck
2013-02-22s/the the/the/Tor Lillqvist