summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen60-0/+92
2019-03-11Related: tdf#123975 I think this needs to be initially unsetCaolán McNamara3-9/+3
2019-03-11tdf#121092: save AppendTableAliasName to ODBMike Kaganski4-6/+15
2019-03-10tdf#121092: save GenerateASBeforeCorrelationName to ODBMike Kaganski5-5/+15
2019-03-10Fix typoAndrea Gelmini1-3/+3
2019-03-10tdf#39593 use existing clearConnectionPools() methodArkadiy Illarionov1-5/+1
2019-03-10tdf#121092: synchronize defaults for ODBC settingsJulien Nabet1-3/+6
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov43-508/+346
2019-03-07log nice exception messages whereever possibleNoel Grandin4-9/+21
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin3-5/+7
2019-03-04simplify UNO getTypes methodsNoel Grandin1-7/+7
2019-03-04Revert "new loplugin typedefparam"Noel Grandin3-7/+5
2019-03-04new loplugin typedefparamNoel Grandin3-5/+7
2019-03-01Fix typoAndrea Gelmini1-1/+1
2019-02-27Untabify .l files (to silence loplugin:indentation warnings)Stephan Bergmann1-8/+8
2019-02-27Add missing modelines to .l filesStephan Bergmann1-18/+21
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin7-10/+6
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann6-41/+41
2019-02-25loplugin:unusedfields in connectivityNoel Grandin17-39/+0
2019-02-21loplugin:indentation (macOS)Stephan Bergmann3-10/+10
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann5-6/+6
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin3-3/+3
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