summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* tdf#131712: fix crash on table with non null float field (mysql native)Julien Nabet2020-03-301-0/+1
* MSVC hack to avoid multiply defined symbolsStephan Bergmann2020-03-201-3/+5
* avoid clang's unreachable code warningLuboš Luňák2020-03-181-1/+1
* simplify ORefVector codeNoel Grandin2020-03-1832-368/+364
* Firebird: TODO already fixed (SYSTEM TABLES filtered)Julien Nabet2020-03-151-1/+0
* Firebird: IndexType is OTHER not CLUSTEREDJulien Nabet2020-03-151-3/+6
* Firebird: fix TODO use xClob instead of xBlob for REMARKSJulien Nabet2020-03-141-12/+3
* tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi2020-03-141-4/+4
* tdf#130334: Firebird deal with array fieldsJulien Nabet2020-03-091-6/+6
* Rephrase an ungrammatical stringAdolfo Jayme Barrientos2020-03-091-1/+1
* tdf#131217: position arg in Blob::getBytes begins at 1 not 0 (Firebird)Julien Nabet2020-03-081-2/+2
* tdf#131219: workaround for getPrivilege/getGrantablePrivileges in FirebirdJulien Nabet2020-03-082-0/+16
* tdf#131212: Implement change user password in FirebirdJulien Nabet2020-03-083-6/+16
* tdf#131164: Fix crash on Tools>User Administration (Firebird)Julien Nabet2020-03-061-2/+2
* loplugin:unusedmethodsNoel Grandin2020-03-061-17/+0
* remove postgresql-sdbc.iniRene Engelhard2020-02-272-4/+0
* Postgresql: replace specific log mechanism by generic SAL_INFO/SAL_WARNJulien Nabet2020-02-2712-277/+64
* Postgresql unused POSTGRE_TRACEJulien Nabet2020-02-245-12/+0
* Postgresql native, fix readLogLevelFromConfigurationJulien Nabet2020-02-231-1/+1
* Drop o3tl::optional wrapperStephan Bergmann2020-02-214-25/+25
* Move Boost.Spirit usage away from legacy namespaceAdam Majer2020-02-202-19/+18
* tdf#42982: Improve UNO API error reportingFaruk Demirbaş2020-02-202-3/+3
* tdf#130708: Firebird: fix wrong precision and scale for DECIMAL and NUMERICJulien Nabet2020-02-161-6/+6
* Prefer array over vector for 3 elements containerJohn Zhang2020-02-131-12/+13
* -Werror,-Wnon-c-typedef-for-linkageStephan Bergmann2020-02-101-4/+4
* move some headers inside connectivityNoel Grandin2020-02-1051-43/+990
* Remove erroneous whitespace in update_pchMuhammet Kara2020-02-071-3/+3
* Log swallowed exceptionStephan Bergmann2020-02-061-0/+2
* tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt2020-02-041-2/+0
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-0112-298/+292
* new loplugin:namespaceindentationNoel Grandin2020-01-3116-28/+26
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-281-2/+1
* New loplugin:unsignedcompareStephan Bergmann2020-01-289-21/+32
* remove some unused local varsNoel Grandin2020-01-282-2/+2
* tdf#54938: Adapt supportsService implementations to cppu::supportsServiceBatuhan Taskaya2020-01-271-4/+1
* tdf#124176: Use pragma once instead of include guardsCanberk TURAN2020-01-261-4/+1
* remove some unused local varsNoel Grandin2020-01-261-1/+0
* tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN2020-01-251-1/+1
* Typo ORealObdcDriver->ORealOdbcDriverJulien Nabet2020-01-251-5/+5
* tdf#124176: Use pragma once instead of include guardsCanberk TURAN2020-01-255-20/+5
* tdf#124176: Use pragma once instead of include guardsEda Nur Var2020-01-251-3/+1
* loplugin:makeshared in connectivity..cppuhelperNoel Grandin2020-01-248-12/+12
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-163-9/+3
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-151-3/+1
* clang-tidy modernize-concat-nested-namespace in connectivityNoel Grandin2020-01-1527-111/+45
* tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen2020-01-14185-591/+91
* use more std::make_sharedNoel Grandin2020-01-102-5/+5
* Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann2020-01-091-1/+1
* Removed redundant semicolonsAndrea Gelmini2020-01-061-1/+1
* use more TOOLS_WARN_EXCEPTIONNoel Grandin2019-12-266-14/+17