Age | Commit message (Expand) | Author |
2020-06-03 | Improve COM library management in ADO | Julien Nabet |
2020-06-03 | Upcoming loplugin:elidestringvar: connectivity | Stephan Bergmann |
2020-05-28 | Make loplugin:simplifypointertobool handle parenthesized expressions | Stephan Bergmann |
2020-05-27 | Remove some unused includes | Miklos Vajna |
2020-05-26 | Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptr | Stephan Bergmann |
2020-05-24 | inline some use-once typedefs | Noel Grandin |
2020-05-22 | Prefer CoInitializeEx instead of CoInitialize | Julien Nabet |
2020-05-18 | use for-range on Sequence in cli_ure..connectivity | Noel Grandin |
2020-05-15 | mysqlc: fix default transaction level | Julien Nabet |
2020-05-14 | unixODBC changed soname to .2 so reflect it (connectivity) | Julien Nabet |
2020-05-13 | Removed duplicated include | Andrea Gelmini |
2020-05-13 | use std::optional for this error field | Noel Grandin |
2020-05-11 | tdf#126468: MySQL/MariaDB and Firebird don't require order field in select part | Julien Nabet |
2020-05-10 | tdf#132814: fix put autovalue to Yes in gui for Mysql/MariaDB | Julien Nabet |
2020-05-10 | mysql-sdbc: better separate what resultset provides what interface | Lionel Elie Mamane |
2020-05-10 | mysql-sdbc: do not lie about supporting XPreparedBatchExecution | Lionel Elie Mamane |
2020-05-10 | tdf#112423: mysql-sdbc: implement XMultipleResults | Lionel Elie Mamane |
2020-05-09 | Typo: aSerachMapping->aSearchMapping (connectivity/ado) | Julien Nabet |
2020-05-09 | mysql-sdbc: statement::execute do not handle parameters | Lionel Elie Mamane |
2020-05-09 | mysql-sdbc: statement: do not pointlessly keep pointer to result | Lionel Elie Mamane |
2020-05-09 | mysql-sdbc: statement: rename disposeResultset to closeResultset | Lionel Elie Mamane |
2020-05-09 | mysql-sdbc: resultset: do not keep m_pResult after freeing it | Lionel Elie Mamane |
2020-05-09 | mysql-sdbc: do not lie about supporting XBatchExecution | Lionel Elie Mamane |
2020-05-09 | mysql-sdbc: fill SQLSTATE field of SQLException when throwing it | Lionel Elie Mamane |
2020-05-09 | Avoid ODBC warning when testing connection | Julien Nabet |
2020-05-08 | compact namespace in canvas..cui | Noel Grandin |
2020-05-08 | tdf#122461 SQL identifiers (names) can contain newlines | Lionel Elie Mamane |
2020-05-05 | tdf#122408 make StatementComposer apply HAVING clause | Lionel Elie Mamane |
2020-04-28 | Fix typos | Andrea Gelmini |
2020-04-27 | Make upcasting css::uno::Reference ctor require complete types | Stephan Bergmann |
2020-04-26 | update pches | Caolán McNamara |
2020-04-26 | tdf#132385: sql parser: don't drop clauses from window specification | Julien Nabet |
2020-04-25 | Typo: *Comparsion* -> *Comparison* in dbaccess/connectivity | Julien Nabet |
2020-04-22 | uiobject.hxx only needs forward declares | Caolán McNamara |
2020-04-18 | loplugin:flatten connectivity | Noel Grandin |
2020-04-14 | loplugin:buriedassign in c* | Noel Grandin |
2020-03-30 | tdf#131712: fix crash on table with non null float field (mysql native) | Julien Nabet |
2020-03-20 | MSVC hack to avoid multiply defined symbols | Stephan Bergmann |
2020-03-18 | avoid clang's unreachable code warning | Luboš Luňák |
2020-03-18 | simplify ORefVector code | Noel Grandin |
2020-03-15 | Firebird: TODO already fixed (SYSTEM TABLES filtered) | Julien Nabet |
2020-03-15 | Firebird: IndexType is OTHER not CLUSTERED | Julien Nabet |
2020-03-14 | Firebird: fix TODO use xClob instead of xBlob for REMARKS | Julien Nabet |
2020-03-14 | tdf#130975 replace `rtl::math::isNan` with `std::isnan`. | Yukio Siraichi |
2020-03-09 | tdf#130334: Firebird deal with array fields | Julien Nabet |
2020-03-09 | Rephrase an ungrammatical string | Adolfo Jayme Barrientos |
2020-03-08 | tdf#131217: position arg in Blob::getBytes begins at 1 not 0 (Firebird) | Julien Nabet |
2020-03-08 | tdf#131219: workaround for getPrivilege/getGrantablePrivileges in Firebird | Julien Nabet |
2020-03-08 | tdf#131212: Implement change user password in Firebird | Julien Nabet |
2020-03-06 | tdf#131164: Fix crash on Tools>User Administration (Firebird) | Julien Nabet |