summaryrefslogtreecommitdiff
path: root/dbaccess/qa
AgeCommit message (Expand)Author
2014-09-17TyposJulien Nabet
2014-09-04fdo#52076 unittestLionel Elie Mamane
2014-09-04janitorial: add const, factorise constantLionel Elie Mamane
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
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