summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2021-01-28pgsql-sdbc: use libpq's custom free()...Lionel Elie Mamane
2020-12-06tdf#125957: FIREBIRD Datatype Binary(fix)[CHAR] couldn't be filled with contentfeature/cib_contract57eJulien Nabet
2020-11-28tdf#137745: crash, when deleting tables and changed relationship isn't changedJulien Nabet
2020-11-19tdf#121886: Firebird Datatype Image(BLOB) is not working properlyJulien Nabet
2020-11-11tdf#135202: Mysql use openssl libs to be able to use caching_sha2_pwJulien Nabet
2020-11-09tdf#130596 FIREBIRD error in query input param when referred field is SQL_LONGJulien Nabet
2020-11-05tdf#121553: Firebird, fix datatypes managementJulien Nabet
2020-10-30tdf#137801: Firebird fix warn when changing a table having a field type BLOBJulien Nabet
2020-06-18connectivity: fix mysql testMichael Stahl
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
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-05-08tdf#122461 SQL identifiers (names) can contain newlinesLionel Elie Mamane
2020-05-05tdf#122408 make StatementComposer apply HAVING clauseLionel Elie Mamane
2020-04-28Fix typosAndrea Gelmini
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-26update pchesCaolán McNamara
2020-04-26tdf#132385: sql parser: don't drop clauses from window specificationJulien Nabet
2020-04-25Typo: *Comparsion* -> *Comparison* in dbaccess/connectivityJulien Nabet
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
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-20MSVC hack to avoid multiply defined symbolsStephan Bergmann
2020-03-18avoid clang's unreachable code warningLuboš Luňák
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