summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Fix type of MySqlFieldInfo::mysql_type to avoid -Wc++11-narrowing (clang-cl)Stephan Bergmann2019-01-301-1/+1
* mysqlc: fix timestamp query of result setTamas Bunth2019-01-293-5/+44
* tdf#106463 set new firebird connections as autocommit by defaultLionel Elie Mamane2019-01-292-4/+1
* loplugin:unusedmethodsNoel Grandin2019-01-252-7/+0
* Fix typoAndrea Gelmini2019-01-241-1/+1
* loplugin:constparams in connectivity..cuiNoel Grandin2019-01-245-5/+8
* mysqlc: resultset's previous() on first position..Tamas Bunth2019-01-222-1/+14
* mysqlc: fetch data exactly when it's neededTamas Bunth2019-01-222-41/+63
* Forgot to adapt one of the format stringsStephan Bergmann2019-01-211-1/+1
* Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann2019-01-212-10/+12
* Fix typoAndrea Gelmini2019-01-211-1/+1
* o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen2019-01-187-19/+12
* Fix typoAndrea Gelmini2019-01-181-1/+1
* Base/Mysqlc: fix schemas retrievingJulien Nabet2019-01-181-1/+1
* tdf#122516: fix timestamp in MariaDb/mysqlJulien Nabet2019-01-171-1/+1
* New loplugin:emptyStephan Bergmann2019-01-161-2/+2
* Fix typoAndrea Gelmini2019-01-161-1/+1
* tdf#122437 mysqlc: Fix foreign key referencesTamas Bunth2019-01-121-20/+25
* tdf#122437 mysqlc: consider "types" parameter in..Tamas Bunth2019-01-121-3/+26
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-113-6/+16
* Fix typoAndrea Gelmini2019-01-071-1/+1
* tdf#122437 mysqlc: fix foreign key name queryTamas Bunth2019-01-071-1/+1
* mysqlc: Fix result set metadata related issueTamas Bunth2019-01-045-68/+124
* Fix typoAndrea Gelmini2019-01-041-1/+1
* Fix typoAndrea Gelmini2019-01-021-2/+2
* mysqlc: ensure fetched result while invoking lastTamas Bunth2018-12-311-0/+1
* Fix typoAndrea Gelmini2018-12-311-1/+1
* Further reduction of OUString copy operationsMatteo Casalin2018-12-291-6/+5
* SimplifyMatteo Casalin2018-12-291-2/+1
* Reduce number of potential OUString copy operationsMatteo Casalin2018-12-281-7/+3
* 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