summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-07-039-9/+9
* Fix PostgreSQL function nameAndrea Gelmini2015-07-021-1/+1
* more change in JNI func sigs between Java 6 and 7 workaroundsRene Engelhard2015-06-303-5/+45
* coverity#1308593 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
* coverity#1308573 Uncaught exceptionCaolán McNamara2015-06-291-1/+1
* coverity#1308601 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
* coverity#1308559 Uncaught exceptionCaolán McNamara2015-06-282-3/+3
* Fix typosAndrea Gelmini2015-06-281-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-1/+1
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-251-2/+2
* Fix typosAndrea Gelmini2015-06-221-1/+1
* Work around change in JNI func sigs between Java 6 and 7Stephan Bergmann2015-06-221-1/+9
* Fix typosAndrea Gelmini2015-06-182-2/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-3/+3
* parameter handling: fix confusion between column name and realnameLionel Elie Mamane2015-06-171-10/+24
* postgresql-sdbc: fixup string2intarrayLionel Elie Mamane2015-06-171-10/+24
* postgresql-sdbc: include error message in SQLExceptionLionel Elie Mamane2015-06-171-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* more untranslatable UI stringsAndras Timar2015-06-151-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-2/+1
* fix buildNoel Grandin2015-06-151-1/+1
* cppcheck:unreadVariableNoel Grandin2015-06-151-25/+12
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-1551-69/+68
* cppcheck:redundantConditionNoel Grandin2015-06-151-1/+1
* java: 'final static' to 'static final'Noel Grandin2015-06-151-2/+2
* cppcheck: redundantCondition [part1]Julien Nabet2015-06-141-2/+2
* so m_aEvaluateIter is unusedCaolán McNamara2015-06-121-3/+0
* so m_pEvaluationKeySet is always NULLCaolán McNamara2015-06-123-117/+10
* m_pEvaluationKeySet is always NULLCaolán McNamara2015-06-124-10/+4
* and aEvaluateSetList is always emptyCaolán McNamara2015-06-121-34/+1
* coverity#1306211 Logically dead codeCaolán McNamara2015-06-122-14/+4
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-113-14/+14
* convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2015-06-112-2/+2
* loplugin:unnecessaryvirtualsNoel Grandin2015-06-095-20/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-0818-25/+25
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0829-40/+40
* loplugin:staticmethodsStephan Bergmann2015-06-082-10/+10
* Revert "loplugin:staticmethods"Jan Holesovsky2015-06-082-10/+10
* loplugin:staticmethodsStephan Bergmann2015-06-082-10/+10
* Finalizers must not access UNO objectsStephan Bergmann2015-06-042-1/+19
* loplugin:loopvartoosmallStephan Bergmann2015-06-021-5/+4
* Use range-based forStephan Bergmann2015-06-021-5/+4
* loplugin:loopvartoosmallStephan Bergmann2015-06-023-4/+4
* hsqldb flush: protect against weak ref having expiredLionel Elie Mamane2015-06-021-1/+2
* more debugging informationLionel Elie Mamane2015-06-021-0/+2
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-0212-23/+23
* add libebook-1.2.so.16 in EApi.cxxRene Engelhard2015-06-011-0/+1
* HSQLDB connection flush: safer handling when createStatement or execute failsLionel Elie Mamane2015-05-301-3/+10