summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Use indexed getToken()Matteo Casalin2018-12-281-5/+7
* Simplify use of indexes in getToken/lastIndexOfMatteo Casalin2018-12-281-10/+6
* tdf#120576 avoid crash during database migrationCaolán McNamara2018-12-211-2/+2
* fix evoab2 buildNoel Grandin2018-12-211-1/+1
* pass OSQLParseNode around by unique_ptrNoel Grandin2018-12-218-28/+23
* use unique_ptr in connectivityNoel Grandin2018-12-197-16/+14
* postgresql: any execute should close previous ResultSetLionel Elie Mamane2018-12-182-8/+8
* postgresql: correctly implement XMultipleResults interfaceLionel Elie Mamane2018-12-182-0/+13
* mysqlc: Fix obtaining field information in rsTamas Bunth2018-12-143-11/+24
* loplugin:unusedfields in variousNoel Grandin2018-12-136-15/+0
* fix cut and paste error in new example in JdbcLongVarCharTest.javaRene Engelhard2018-12-101-2/+2
* replace hardcoded jdbc mysql driver URL with env variableRene Engelhard2018-12-101-1/+6
* mysql_jdbc: test simultaneously opened result setsTamas Bunth2018-12-091-0/+51
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-089-13/+13
* Clean up obsolete uses of BOOST_FALLTHROUGHStephan Bergmann2018-12-081-5/+0
* loplugin:singlevalfields extend to all static varsNoel Grandin2018-12-073-3/+3
* Remove obsolete GCC version checksStephan Bergmann2018-12-061-1/+1
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-053-3/+3
* Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2018-11-295-6/+6
* loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin2018-11-291-2/+2
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-251-1/+1
* mysqlc: next() should move cursor from LastTamas Bunth2018-11-242-3/+16
* Build mysql_jdbc library even when building..Tamas Bunth2018-11-241-2/+2
* improve function-local statics in basic..cuiNoel Grandin2018-11-2110-82/+78
* tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2018-11-211-0/+1
* Fix getColumnRows function declarationJan-Marek Glogowski2018-11-211-1/+1
* connectivity Writer driver: make ProviderRequest members privateMiklos Vajna2018-11-211-3/+5
* fix some dodgy static vars in connectivityNoel Grandin2018-11-215-9/+7
* Fix typosAndrea Gelmini2018-11-171-4/+4
* Adapt to C++2a char_tStephan Bergmann2018-11-171-1/+1
* loplugin:buriedassign in avmedia..cuiNoel Grandin2018-11-166-18/+40
* tdf#120703 PVS: V555Mike Kaganski2018-11-111-28/+33
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-1/+1
* Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2018-11-102-9/+9
* mysqlc: fix return value of XResultSet::nextTamas Bunth2018-11-092-1/+7
* Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski2018-11-091-1/+2
* Simplify and fix Java UNO API test makefilesJan-Marek Glogowski2018-11-091-12/+2
* loplugin:unusedfieldsNoel Grandin2018-11-082-4/+1
* loplugin:collapseif in accessibility..cuiNoel Grandin2018-11-063-26/+19
* Fix typo in codeAndrea Gelmini2018-11-051-2/+2
* Fix typosAndrea Gelmini2018-11-051-1/+1
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-051-9/+3
* mysqlc: allow multiple open statementsTamas Bunth2018-11-054-157/+200
* coverity#1440839: COPY_PASTE_ERRORJulien Nabet2018-11-041-1/+1
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-023-8/+8
* gbuild: rename value OS=IOS to OS=iOSMichael Stahl2018-11-011-1/+1
* mysqlc: filter schema in getColumnsTamas Bunth2018-11-011-4/+12
* Fix build on HaikuKacper Kasper2018-11-011-2/+2
* mysqlc: Add support for mediumnint and char typesTamas Bunth2018-10-311-2/+2
* loplugin:oncevarNoel Grandin2018-10-291-4/+2