summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2020-07-30fix leak in Mork::OResultSetNoel Grandin
2020-07-29Remove some unused includesMiklos Vajna
2020-07-23connectivity/odbc: create instances with uno constructorsNoel Grandin
2020-07-23connectivity/ado: create instances with uno constructorsNoel Grandin
2020-07-20Fix typoAndrea Gelmini
2020-07-18compact namespace: connectivityNoel Grandin
2020-07-16loplugin:unusedmethodsNoel Grandin
2020-07-14connectivity/dbpool2: create instances with uno constructorsNoel Grandin
2020-07-14connectivity/firebird: create instances with uno constructorsNoel Grandin
2020-07-14connectivity/hsqldb: create instances with uno constructorsNoel Grandin
2020-07-14connectivity/jdbc: create instances with uno constructorsNoel Grandin
2020-07-14connectivity/macab: create instances with uno constructorsNoel Grandin
2020-07-14connectivity/evoab: create instances with uno constructorsNoel Grandin
2020-07-14connectivity/dbtools: create instances with uno constructorsNoel Grandin
2020-07-13connectivity/mozab: create instances with uno constructorsNoel Grandin
2020-07-13connectivity/postgresql: create instances with uno constructorsNoel Grandin
2020-07-13connectivity/mysql: create instances with uno constructorsNoel Grandin
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen
2020-07-12update pchesCaolán McNamara
2020-07-11connectivity: create instances with uno constructorsNoel Grandin
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: connectivityStephan Bergmann
2020-06-26Upcoming improved loplugin:elidestringvar: connectivityStephan Bergmann
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-22Consolidate unique_ptr deleters calling freeStephan Bergmann
2020-06-17connectivity: fix mysql testMichael Stahl
2020-06-05Use o3tl::safeCoInitializeEx/safeCoUninitializeReinit (ado)Julien Nabet
2020-06-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu
2020-06-03Improve COM library management in ADOJulien Nabet
2020-06-03Upcoming loplugin:elidestringvar: connectivityStephan Bergmann
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-27Remove some unused includesMiklos Vajna
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-13Removed duplicated includeAndrea Gelmini
2020-05-13use std::optional for this error fieldNoel Grandin
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