summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2019-02-11new loplugin writeonlyvarsNoel Grandin4-29/+17
2019-02-10Make LDAP support optionalAndrew Udvare1-1/+1
2019-02-08loplugin:indentation in connectivityNoel Grandin33-90/+89
2019-02-06store originating exception when re-throwingNoel Grandin4-8/+14
2019-02-04tdf#122129 Firebird: fix concurrency issueTamas Bunth1-1/+2
2019-01-30Fix type of MySqlFieldInfo::mysql_type to avoid -Wc++11-narrowing (clang-cl)Stephan Bergmann1-1/+1
2019-01-29mysqlc: fix timestamp query of result setTamas Bunth3-5/+44
2019-01-29tdf#106463 set new firebird connections as autocommit by defaultLionel Elie Mamane2-4/+1
2019-01-25loplugin:unusedmethodsNoel Grandin2-7/+0
2019-01-24Fix typoAndrea Gelmini1-1/+1
2019-01-24loplugin:constparams in connectivity..cuiNoel Grandin5-5/+8
2019-01-22mysqlc: resultset's previous() on first position..Tamas Bunth2-1/+14
2019-01-22mysqlc: fetch data exactly when it's neededTamas Bunth2-41/+63
2019-01-21Forgot to adapt one of the format stringsStephan Bergmann1-1/+1
2019-01-21Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann2-10/+12
2019-01-21Fix typoAndrea Gelmini1-1/+1
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen7-19/+12
2019-01-18Fix typoAndrea Gelmini1-1/+1
2019-01-18Base/Mysqlc: fix schemas retrievingJulien Nabet1-1/+1
2019-01-17tdf#122516: fix timestamp in MariaDb/mysqlJulien Nabet1-1/+1
2019-01-16New loplugin:emptyStephan Bergmann1-2/+2
2019-01-16Fix typoAndrea Gelmini1-1/+1
2019-01-12tdf#122437 mysqlc: Fix foreign key referencesTamas Bunth1-20/+25
2019-01-12tdf#122437 mysqlc: consider "types" parameter in..Tamas Bunth1-3/+26
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann3-6/+16
2019-01-07Fix typoAndrea Gelmini1-1/+1
2019-01-07tdf#122437 mysqlc: fix foreign key name queryTamas Bunth1-1/+1
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