summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* tdf#121886: Firebird Datatype Image(BLOB) is not working properlyJulien Nabet2020-11-192-9/+41
* tdf#135202: Mysql use openssl libs to be able to use caching_sha2_pwJulien Nabet2020-11-111-0/+1
* tdf#130596 FIREBIRD error in query input param when referred field is SQL_LONGJulien Nabet2020-11-091-0/+24
* tdf#121553: Firebird, fix datatypes managementJulien Nabet2020-11-053-26/+21
* tdf#137801: Firebird fix warn when changing a table having a field type BLOBJulien Nabet2020-10-301-40/+52
* connectivity: fix mysql testMichael Stahl2020-06-183-12/+25
* 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
* Fix typosAndrea Gelmini2020-04-281-1/+1
* Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2020-04-275-0/+6
* update pchesCaolán McNamara2020-04-262-3/+3
* tdf#132385: sql parser: don't drop clauses from window specificationJulien Nabet2020-04-261-8/+10
* Typo: *Comparsion* -> *Comparison* in dbaccess/connectivityJulien Nabet2020-04-251-2/+2
* uiobject.hxx only needs forward declaresCaolán McNamara2020-04-224-15/+14
* loplugin:flatten connectivityNoel Grandin2020-04-1845-1809/+1809
* loplugin:buriedassign in c*Noel Grandin2020-04-1410-42/+73
* tdf#131712: fix crash on table with non null float field (mysql native)Julien Nabet2020-03-301-0/+1
* MSVC hack to avoid multiply defined symbolsStephan Bergmann2020-03-201-3/+5
* avoid clang's unreachable code warningLuboš Luňák2020-03-181-1/+1
* simplify ORefVector codeNoel Grandin2020-03-1832-368/+364
* Firebird: TODO already fixed (SYSTEM TABLES filtered)Julien Nabet2020-03-151-1/+0
* Firebird: IndexType is OTHER not CLUSTEREDJulien Nabet2020-03-151-3/+6
* Firebird: fix TODO use xClob instead of xBlob for REMARKSJulien Nabet2020-03-141-12/+3
* tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi2020-03-141-4/+4
* tdf#130334: Firebird deal with array fieldsJulien Nabet2020-03-091-6/+6
* Rephrase an ungrammatical stringAdolfo Jayme Barrientos2020-03-091-1/+1
* tdf#131217: position arg in Blob::getBytes begins at 1 not 0 (Firebird)Julien Nabet2020-03-081-2/+2