summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2019-01-22mysqlc: resultset's previous() on first position..Tamas Bunth
2019-01-22mysqlc: fetch data exactly when it's neededTamas Bunth
2019-01-21Forgot to adapt one of the format stringsStephan Bergmann
2019-01-21Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann
2019-01-21Fix typoAndrea Gelmini
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen
2019-01-18Fix typoAndrea Gelmini
2019-01-18Base/Mysqlc: fix schemas retrievingJulien Nabet
2019-01-17tdf#122516: fix timestamp in MariaDb/mysqlJulien Nabet
2019-01-16New loplugin:emptyStephan Bergmann
2019-01-16Fix typoAndrea Gelmini
2019-01-12tdf#122437 mysqlc: Fix foreign key referencesTamas Bunth
2019-01-12tdf#122437 mysqlc: consider "types" parameter in..Tamas Bunth
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-07Fix typoAndrea Gelmini
2019-01-07tdf#122437 mysqlc: fix foreign key name queryTamas Bunth
2019-01-04mysqlc: Fix result set metadata related issueTamas Bunth
2019-01-04Fix typoAndrea Gelmini
2019-01-02Fix typoAndrea Gelmini
2018-12-31mysqlc: ensure fetched result while invoking lastTamas Bunth
2018-12-31Fix typoAndrea Gelmini
2018-12-29Further reduction of OUString copy operationsMatteo Casalin
2018-12-29SimplifyMatteo Casalin
2018-12-28Reduce number of potential OUString copy operationsMatteo Casalin
2018-12-28Use indexed getToken()Matteo Casalin
2018-12-28Simplify use of indexes in getToken/lastIndexOfMatteo Casalin
2018-12-21tdf#120576 avoid crash during database migrationCaolán McNamara
2018-12-21fix evoab2 buildNoel Grandin
2018-12-21pass OSQLParseNode around by unique_ptrNoel Grandin
2018-12-19use unique_ptr in connectivityNoel Grandin
2018-12-18postgresql: any execute should close previous ResultSetLionel Elie Mamane
2018-12-18postgresql: correctly implement XMultipleResults interfaceLionel Elie Mamane
2018-12-14mysqlc: Fix obtaining field information in rsTamas Bunth
2018-12-13loplugin:unusedfields in variousNoel Grandin
2018-12-10fix cut and paste error in new example in JdbcLongVarCharTest.javaRene Engelhard
2018-12-10replace hardcoded jdbc mysql driver URL with env variableRene Engelhard
2018-12-09mysql_jdbc: test simultaneously opened result setsTamas Bunth
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-08Clean up obsolete uses of BOOST_FALLTHROUGHStephan Bergmann
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-12-06Remove obsolete GCC version checksStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-24mysqlc: next() should move cursor from LastTamas Bunth
2018-11-24Build mysql_jdbc library even when building..Tamas Bunth
2018-11-21improve function-local statics in basic..cuiNoel Grandin
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-21Fix getColumnRows function declarationJan-Marek Glogowski