summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2020-03-08tdf#131217: position arg in Blob::getBytes begins at 1 not 0 (Firebird)Julien Nabet1-2/+2
2020-03-08tdf#131219: workaround for getPrivilege/getGrantablePrivileges in FirebirdJulien Nabet2-0/+16
2020-03-08tdf#131212: Implement change user password in FirebirdJulien Nabet3-6/+16
2020-03-06tdf#131164: Fix crash on Tools>User Administration (Firebird)Julien Nabet1-2/+2
2020-03-06loplugin:unusedmethodsNoel Grandin1-17/+0
2020-02-27remove postgresql-sdbc.iniRene Engelhard2-4/+0
2020-02-27Postgresql: replace specific log mechanism by generic SAL_INFO/SAL_WARNJulien Nabet12-277/+64
2020-02-24Postgresql unused POSTGRE_TRACEJulien Nabet5-12/+0
2020-02-23Postgresql native, fix readLogLevelFromConfigurationJulien Nabet1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann4-25/+25
2020-02-20Move Boost.Spirit usage away from legacy namespaceAdam Majer2-19/+18
2020-02-20tdf#42982: Improve UNO API error reportingFaruk Demirbaş2-3/+3
2020-02-16tdf#130708: Firebird: fix wrong precision and scale for DECIMAL and NUMERICJulien Nabet1-6/+6
2020-02-13Prefer array over vector for 3 elements containerJohn Zhang1-12/+13
2020-02-10-Werror,-Wnon-c-typedef-for-linkageStephan Bergmann1-4/+4
2020-02-10move some headers inside connectivityNoel Grandin51-43/+990
2020-02-07Remove erroneous whitespace in update_pchMuhammet Kara1-3/+3
2020-02-06Log swallowed exceptionStephan Bergmann1-0/+2
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt1-2/+0
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák12-298/+292
2020-01-31new loplugin:namespaceindentationNoel Grandin16-28/+26
2020-01-28tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann9-21/+32
2020-01-28remove some unused local varsNoel Grandin2-2/+2
2020-01-27tdf#54938: Adapt supportsService implementations to cppu::supportsServiceBatuhan Taskaya1-4/+1
2020-01-26tdf#124176: Use pragma once instead of include guardsCanberk TURAN1-4/+1
2020-01-26remove some unused local varsNoel Grandin1-1/+0
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-1/+1
2020-01-25Typo ORealObdcDriver->ORealOdbcDriverJulien Nabet1-5/+5
2020-01-25tdf#124176: Use pragma once instead of include guardsCanberk TURAN5-20/+5
2020-01-25tdf#124176: Use pragma once instead of include guardsEda Nur Var1-3/+1
2020-01-24loplugin:makeshared in connectivity..cppuhelperNoel Grandin8-12/+12
2020-01-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci3-9/+3
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-3/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in connectivityNoel Grandin27-111/+45
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen185-591/+91
2020-01-10use more std::make_sharedNoel Grandin2-5/+5
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann1-1/+1
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin6-14/+17
2019-12-18sal_Char->char in connectivityNoel Grandin48-111/+110
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin1-18/+8
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen102-126/+73
2019-12-09Fix PQ_SDBC_DRIVER_VERSIONStephan Bergmann1-6/+4
2019-12-07clang-tidy(WIP): bugprone-signed-char-misuse findings 1Tamás Zolnai1-8/+2
2019-12-06Fix some new dependencies on boost_headersStephan Bergmann2-0/+4
2019-12-06loplugin:external (macOS)Stephan Bergmann2-0/+3
2019-12-05loplugin:external (clang-cl)Stephan Bergmann1-0/+2
2019-12-04Use SAL_STRINGIFYStephan Bergmann1-13/+10
2019-12-02Simplify SQLError::ParamValue to just o3tl::optional<OUString>Stephan Bergmann1-26/+19