summaryrefslogtreecommitdiffstats
path: root/dbaccess/qa
Commit message (Expand)AuthorAgeFilesLines
* use consistent #define checks for the Windows platformNoel Grandin2016-02-174-4/+4
* Fix typosAndrea Gelmini2016-01-101-3/+3
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-1/+1
* java: make inner classes static where possibleNoel Grandin2015-11-051-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* Fix typosAndrea Gelmini2015-10-063-6/+6
* boost->stdCaolán McNamara2015-09-171-3/+3
* Fix typosAndrea Gelmini2015-06-221-1/+1
* java: 'final static' to 'static final'Noel Grandin2015-06-151-2/+2
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-1/+1
* remove some unnecessary exception wrapping in the Java testsNoel Grandin2015-06-091-1/+0
* Let JUnit take care of exceptionsNoel Grandin2015-06-056-254/+148
* Let JUnit take care of exceptionsStephan Bergmann2015-06-041-231/+134
* inline simple Java methodNoel Grandin2015-06-021-7/+2
* minor simplificationStephan Bergmann2015-06-011-2/+1
* Do not lose AssertionError from sub-threadsStephan Bergmann2015-06-011-1/+11
* tweaksLionel Elie Mamane2015-05-301-4/+5
* janitorialLionel Elie Mamane2015-05-301-3/+3
* tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane2015-05-301-0/+21
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-101-10/+1
* Fuck that left-behind .lck fileStephan Bergmann2015-02-091-0/+0
* Adapt file URL hackery to WindowsStephan Bergmann2015-02-092-1/+1
* Fix PythonTest_dbaccess_pythonStephan Bergmann2015-02-031-1/+2
* copy test file to workdir to avoid overwritingLionel Elie Mamane2015-02-031-1/+5
* fdo#88475 add UnitTestLionel Elie Mamane2015-01-222-0/+148
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-121-7/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* java: these fields can become local variablesNoel Grandin2015-01-051-5/+3
* java: remove dead codeNoel Grandin2015-01-051-10/+0
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-2/+2
* java: remove some unused fields and variablesNoel Grandin2014-12-151-1/+1
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-3/+3
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-3/+2
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-081-2/+0
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-051-3/+3
* java,qadev: remove unused parameters and local varsNoel Grandin2014-11-241-1/+1
* java: make fields final where possibleNoel Grandin2014-11-181-3/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* Revert "PythonTest_dbaccess_python: don't modify source document"Michael Stahl2014-10-221-5/+0
* PythonTest_dbaccess_python: don't modify source documentMiklos Vajna2014-10-211-1/+5
* dbaccess: make sure fdo84315.odb.lck is removed after the test passedMiklos Vajna2014-10-211-0/+1
* connectivity: firebird: fix temp directory leakMichael Stahl2014-10-211-0/+4
* forgotten part of previous commitLionel Elie Mamane2014-10-091-1/+1
* fdo84315: add integration test for basic LibreOffice Base functionalityBjoern Michaelsen2014-10-072-0/+71
* TyposJulien Nabet2014-09-171-1/+1
* fdo#52076 unittestLionel Elie Mamane2014-09-042-0/+280
* janitorial: add const, factorise constantLionel Elie Mamane2014-09-041-5/+5
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-203-19/+0
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-201-3/+3
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-1/+1