summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Fix typoAndrea Gelmini2019-03-291-1/+1
* Remove unused using declarations in directories [a-d]*Gabor Kelemen2019-03-2735-68/+0
* tdf#123999: ParameterNameSubstitution in mysqljdbcJulien Nabet2019-03-272-0/+20
* new loplugin:unoqueryNoel Grandin2019-03-257-11/+12
* connectivity Writer driver: use auto when initializing with new to avoid ...Miklos Vajna2019-03-132-6/+5
* tdf#121092: synchronize defaults for drivers settingsMike Kaganski2019-03-134-13/+13
* Removed duplicated includeAndrea Gelmini2019-03-131-1/+0
* tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen2019-03-1260-0/+92
* Related: tdf#123975 I think this needs to be initially unsetCaolán McNamara2019-03-113-9/+3
* tdf#121092: save AppendTableAliasName to ODBMike Kaganski2019-03-114-6/+15
* tdf#121092: save GenerateASBeforeCorrelationName to ODBMike Kaganski2019-03-105-5/+15
* Fix typoAndrea Gelmini2019-03-101-3/+3
* tdf#39593 use existing clearConnectionPools() methodArkadiy Illarionov2019-03-101-5/+1
* tdf#121092: synchronize defaults for ODBC settingsJulien Nabet2019-03-101-3/+6
* Simplify containers iterations in connectivityArkadiy Illarionov2019-03-0943-508/+346
* log nice exception messages whereever possibleNoel Grandin2019-03-074-9/+21
* loplugin:unnecessaryparen improve member expressionNoel Grandin2019-03-061-1/+1
* re-land "new loplugin typedefparam""Noel Grandin2019-03-053-5/+7
* simplify UNO getTypes methodsNoel Grandin2019-03-041-7/+7
* Revert "new loplugin typedefparam"Noel Grandin2019-03-043-7/+5
* new loplugin typedefparamNoel Grandin2019-03-043-5/+7
* Fix typoAndrea Gelmini2019-03-011-1/+1
* Untabify .l files (to silence loplugin:indentation warnings)Stephan Bergmann2019-02-271-8/+8
* Add missing modelines to .l filesStephan Bergmann2019-02-271-18/+21
* loplugin:unusedfields look for classes where we can make all the..Noel Grandin2019-02-277-10/+6
* loplugin:indentation (clang-cl)Stephan Bergmann2019-02-266-41/+41
* loplugin:unusedfields in connectivityNoel Grandin2019-02-2517-39/+0
* loplugin:indentation (macOS)Stephan Bergmann2019-02-213-10/+10
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-195-6/+6
* loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin2019-02-153-3/+3
* new loplugin writeonlyvarsNoel Grandin2019-02-114-29/+17
* Make LDAP support optionalAndrew Udvare2019-02-101-1/+1
* loplugin:indentation in connectivityNoel Grandin2019-02-0833-90/+89
* store originating exception when re-throwingNoel Grandin2019-02-064-8/+14
* tdf#122129 Firebird: fix concurrency issueTamas Bunth2019-02-041-1/+2
* 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