summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
AgeCommit message (Expand)Author
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet
2020-05-18use for-range on Sequence in cli_ure..connectivityNoel Grandin
2020-05-15mysqlc: fix default transaction levelJulien Nabet
2020-05-14unixODBC changed soname to .2 so reflect it (connectivity)Julien Nabet
2020-05-11tdf#126468: MySQL/MariaDB and Firebird don't require order field in select partJulien Nabet
2020-05-10tdf#132814: fix put autovalue to Yes in gui for Mysql/MariaDBJulien Nabet
2020-05-10mysql-sdbc: better separate what resultset provides what interfaceLionel Elie Mamane
2020-05-10mysql-sdbc: do not lie about supporting XPreparedBatchExecutionLionel Elie Mamane
2020-05-10tdf#112423: mysql-sdbc: implement XMultipleResultsLionel Elie Mamane
2020-05-09Typo: aSerachMapping->aSearchMapping (connectivity/ado)Julien Nabet
2020-05-09mysql-sdbc: statement::execute do not handle parametersLionel Elie Mamane
2020-05-09mysql-sdbc: statement: do not pointlessly keep pointer to resultLionel Elie Mamane
2020-05-09mysql-sdbc: statement: rename disposeResultset to closeResultsetLionel Elie Mamane
2020-05-09mysql-sdbc: resultset: do not keep m_pResult after freeing itLionel Elie Mamane
2020-05-09mysql-sdbc: do not lie about supporting XBatchExecutionLionel Elie Mamane
2020-05-09mysql-sdbc: fill SQLSTATE field of SQLException when throwing itLionel Elie Mamane
2020-05-09Avoid ODBC warning when testing connectionJulien Nabet
2020-05-08compact namespace in canvas..cuiNoel Grandin
2020-04-28Fix typosAndrea Gelmini
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-18loplugin:flatten connectivityNoel Grandin
2020-04-14loplugin:buriedassign in c*Noel Grandin
2020-03-30tdf#131712: fix crash on table with non null float field (mysql native)Julien Nabet
2020-03-18simplify ORefVector codeNoel Grandin
2020-03-15Firebird: TODO already fixed (SYSTEM TABLES filtered)Julien Nabet
2020-03-15Firebird: IndexType is OTHER not CLUSTEREDJulien Nabet
2020-03-14Firebird: fix TODO use xClob instead of xBlob for REMARKSJulien Nabet
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-09tdf#130334: Firebird deal with array fieldsJulien Nabet
2020-03-08tdf#131217: position arg in Blob::getBytes begins at 1 not 0 (Firebird)Julien Nabet
2020-03-08tdf#131219: workaround for getPrivilege/getGrantablePrivileges in FirebirdJulien Nabet
2020-03-08tdf#131212: Implement change user password in FirebirdJulien Nabet
2020-03-06tdf#131164: Fix crash on Tools>User Administration (Firebird)Julien Nabet
2020-03-06loplugin:unusedmethodsNoel Grandin
2020-02-27remove postgresql-sdbc.iniRene Engelhard
2020-02-27Postgresql: replace specific log mechanism by generic SAL_INFO/SAL_WARNJulien Nabet
2020-02-24Postgresql unused POSTGRE_TRACEJulien Nabet
2020-02-23Postgresql native, fix readLogLevelFromConfigurationJulien Nabet
2020-02-20tdf#42982: Improve UNO API error reportingFaruk Demirbaş
2020-02-16tdf#130708: Firebird: fix wrong precision and scale for DECIMAL and NUMERICJulien Nabet
2020-02-13Prefer array over vector for 3 elements containerJohn Zhang
2020-02-10move some headers inside connectivityNoel Grandin
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-27tdf#54938: Adapt supportsService implementations to cppu::supportsServiceBatuhan Taskaya
2020-01-26remove some unused local varsNoel Grandin
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN