summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2019-01-04mysqlc: Fix result set metadata related issueTamas Bunth5-68/+124
2019-01-04Fix typoAndrea Gelmini1-1/+1
2019-01-02Fix typoAndrea Gelmini1-2/+2
2018-12-31mysqlc: ensure fetched result while invoking lastTamas Bunth1-0/+1
2018-12-31Fix typoAndrea Gelmini1-1/+1
2018-12-29Further reduction of OUString copy operationsMatteo Casalin1-6/+5
2018-12-29SimplifyMatteo Casalin1-2/+1
2018-12-28Reduce number of potential OUString copy operationsMatteo Casalin1-7/+3
2018-12-28Use indexed getToken()Matteo Casalin1-5/+7
2018-12-28Simplify use of indexes in getToken/lastIndexOfMatteo Casalin1-10/+6
2018-12-21tdf#120576 avoid crash during database migrationCaolán McNamara1-2/+2
2018-12-21fix evoab2 buildNoel Grandin1-1/+1
2018-12-21pass OSQLParseNode around by unique_ptrNoel Grandin8-28/+23
2018-12-19use unique_ptr in connectivityNoel Grandin7-16/+14
2018-12-18postgresql: any execute should close previous ResultSetLionel Elie Mamane2-8/+8
2018-12-18postgresql: correctly implement XMultipleResults interfaceLionel Elie Mamane2-0/+13
2018-12-14mysqlc: Fix obtaining field information in rsTamas Bunth3-11/+24
2018-12-13loplugin:unusedfields in variousNoel Grandin6-15/+0
2018-12-10fix cut and paste error in new example in JdbcLongVarCharTest.javaRene Engelhard1-2/+2
2018-12-10replace hardcoded jdbc mysql driver URL with env variableRene Engelhard1-1/+6
2018-12-09mysql_jdbc: test simultaneously opened result setsTamas Bunth1-0/+51
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann9-13/+13
2018-12-08Clean up obsolete uses of BOOST_FALLTHROUGHStephan Bergmann1-5/+0
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin3-3/+3
2018-12-06Remove obsolete GCC version checksStephan Bergmann1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin3-3/+3
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek5-6/+6
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-2/+2
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-24mysqlc: next() should move cursor from LastTamas Bunth2-3/+16
2018-11-24Build mysql_jdbc library even when building..Tamas Bunth1-2/+2
2018-11-21improve function-local statics in basic..cuiNoel Grandin10-82/+78
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-21Fix getColumnRows function declarationJan-Marek Glogowski1-1/+1
2018-11-21connectivity Writer driver: make ProviderRequest members privateMiklos Vajna1-3/+5
2018-11-21fix some dodgy static vars in connectivityNoel Grandin5-9/+7
2018-11-17Fix typosAndrea Gelmini1-4/+4
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+1
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin6-18/+40
2018-11-11tdf#120703 PVS: V555Mike Kaganski1-28/+33
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2-9/+9
2018-11-09mysqlc: fix return value of XResultSet::nextTamas Bunth2-1/+7
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski1-1/+2
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski1-12/+2
2018-11-08loplugin:unusedfieldsNoel Grandin2-4/+1
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin3-26/+19
2018-11-05Fix typo in codeAndrea Gelmini1-2/+2
2018-11-05Fix typosAndrea Gelmini1-1/+1
2018-11-05replace double-checked locking patterns with thread safe local staticsMike Kaganski1-9/+3