summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* connectivity/dbpool2: create instances with uno constructorsNoel Grandin2020-07-145-95/+14
* connectivity/firebird: create instances with uno constructorsNoel Grandin2020-07-145-143/+16
* connectivity/hsqldb: create instances with uno constructorsNoel Grandin2020-07-145-139/+16
* connectivity/jdbc: create instances with uno constructorsNoel Grandin2020-07-145-137/+11
* connectivity/macab: create instances with uno constructorsNoel Grandin2020-07-145-137/+12
* connectivity/evoab: create instances with uno constructorsNoel Grandin2020-07-145-148/+20
* connectivity/dbtools: create instances with uno constructorsNoel Grandin2020-07-145-72/+19
* connectivity/mozab: create instances with uno constructorsNoel Grandin2020-07-133-58/+13
* connectivity/postgresql: create instances with uno constructorsNoel Grandin2020-07-135-208/+21
* connectivity/mysql: create instances with uno constructorsNoel Grandin2020-07-135-97/+19
* tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen2020-07-137-0/+8
* update pchesCaolán McNamara2020-07-123-3/+6
* connectivity: create instances with uno constructorsNoel Grandin2020-07-1119-481/+72
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* replace usage of blacklist with denylistThorsten Behrens2020-07-101-3/+3
* Upcoming improved loplugin:staticanonymous -> redundantstatic: connectivityStephan Bergmann2020-06-3020-58/+58
* Upcoming improved loplugin:elidestringvar: connectivityStephan Bergmann2020-06-261-2/+1
* use more std::container::insert instead of std::copyNoel Grandin2020-06-242-8/+2
* Consolidate unique_ptr deleters calling freeStephan Bergmann2020-06-221-2/+2
* connectivity: fix mysql testMichael Stahl2020-06-173-12/+25
* Use o3tl::safeCoInitializeEx/safeCoUninitializeReinit (ado)Julien Nabet2020-06-051-18/+3
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu2020-06-056-13/+6
* Improve COM library management in ADOJulien Nabet2020-06-032-5/+17
* Upcoming loplugin:elidestringvar: connectivityStephan Bergmann2020-06-033-18/+9
* Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann2020-05-282-4/+4
* Remove some unused includesMiklos Vajna2020-05-271-0/+2
* Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-265-19/+19
* inline some use-once typedefsNoel Grandin2020-05-241-2/+1
* Prefer CoInitializeEx instead of CoInitializeJulien Nabet2020-05-221-1/+1
* use for-range on Sequence in cli_ure..connectivityNoel Grandin2020-05-186-24/+23
* mysqlc: fix default transaction levelJulien Nabet2020-05-151-2/+1
* unixODBC changed soname to .2 so reflect it (connectivity)Julien Nabet2020-05-141-1/+7
* Removed duplicated includeAndrea Gelmini2020-05-131-1/+0
* use std::optional for this error fieldNoel Grandin2020-05-131-5/+7
* tdf#126468: MySQL/MariaDB and Firebird don't require order field in select partJulien Nabet2020-05-112-2/+2
* tdf#132814: fix put autovalue to Yes in gui for Mysql/MariaDBJulien Nabet2020-05-101-0/+2
* mysql-sdbc: better separate what resultset provides what interfaceLionel Elie Mamane2020-05-103-41/+40
* mysql-sdbc: do not lie about supporting XPreparedBatchExecutionLionel Elie Mamane2020-05-102-17/+19
* tdf#112423: mysql-sdbc: implement XMultipleResultsLionel Elie Mamane2020-05-104-29/+81
* Typo: aSerachMapping->aSearchMapping (connectivity/ado)Julien Nabet2020-05-091-6/+6
* mysql-sdbc: statement::execute do not handle parametersLionel Elie Mamane2020-05-091-3/+1
* mysql-sdbc: statement: do not pointlessly keep pointer to resultLionel Elie Mamane2020-05-092-5/+3
* mysql-sdbc: statement: rename disposeResultset to closeResultsetLionel Elie Mamane2020-05-092-4/+5
* mysql-sdbc: resultset: do not keep m_pResult after freeing itLionel Elie Mamane2020-05-092-5/+14
* mysql-sdbc: do not lie about supporting XBatchExecutionLionel Elie Mamane2020-05-093-23/+23
* mysql-sdbc: fill SQLSTATE field of SQLException when throwing itLionel Elie Mamane2020-05-097-34/+56
* Avoid ODBC warning when testing connectionJulien Nabet2020-05-091-2/+5
* compact namespace in canvas..cuiNoel Grandin2020-05-0817-44/+42
* tdf#122461 SQL identifiers (names) can contain newlinesLionel Elie Mamane2020-05-081-1/+3
* tdf#122408 make StatementComposer apply HAVING clauseLionel Elie Mamane2020-05-052-0/+14