summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: connectivityStephan Bergmann20-58/+58
2020-06-26Upcoming improved loplugin:elidestringvar: connectivityStephan Bergmann1-2/+1
2020-06-24use more std::container::insert instead of std::copyNoel Grandin2-8/+2
2020-06-22Consolidate unique_ptr deleters calling freeStephan Bergmann1-2/+2
2020-06-17connectivity: fix mysql testMichael Stahl3-12/+25
2020-06-05Use o3tl::safeCoInitializeEx/safeCoUninitializeReinit (ado)Julien Nabet1-18/+3
2020-06-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu6-13/+6
2020-06-03Improve COM library management in ADOJulien Nabet2-5/+17
2020-06-03Upcoming loplugin:elidestringvar: connectivityStephan Bergmann3-18/+9
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann2-4/+4
2020-05-27Remove some unused includesMiklos Vajna1-0/+2
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann5-19/+19
2020-05-24inline some use-once typedefsNoel Grandin1-2/+1
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet1-1/+1
2020-05-18use for-range on Sequence in cli_ure..connectivityNoel Grandin6-24/+23
2020-05-15mysqlc: fix default transaction levelJulien Nabet1-2/+1
2020-05-14unixODBC changed soname to .2 so reflect it (connectivity)Julien Nabet1-1/+7
2020-05-13Removed duplicated includeAndrea Gelmini1-1/+0
2020-05-13use std::optional for this error fieldNoel Grandin1-5/+7
2020-05-11tdf#126468: MySQL/MariaDB and Firebird don't require order field in select partJulien Nabet2-2/+2
2020-05-10tdf#132814: fix put autovalue to Yes in gui for Mysql/MariaDBJulien Nabet1-0/+2
2020-05-10mysql-sdbc: better separate what resultset provides what interfaceLionel Elie Mamane3-41/+40
2020-05-10mysql-sdbc: do not lie about supporting XPreparedBatchExecutionLionel Elie Mamane2-17/+19
2020-05-10tdf#112423: mysql-sdbc: implement XMultipleResultsLionel Elie Mamane4-29/+81
2020-05-09Typo: aSerachMapping->aSearchMapping (connectivity/ado)Julien Nabet1-6/+6
2020-05-09mysql-sdbc: statement::execute do not handle parametersLionel Elie Mamane1-3/+1
2020-05-09mysql-sdbc: statement: do not pointlessly keep pointer to resultLionel Elie Mamane2-5/+3
2020-05-09mysql-sdbc: statement: rename disposeResultset to closeResultsetLionel Elie Mamane2-4/+5
2020-05-09mysql-sdbc: resultset: do not keep m_pResult after freeing itLionel Elie Mamane2-5/+14
2020-05-09mysql-sdbc: do not lie about supporting XBatchExecutionLionel Elie Mamane3-23/+23
2020-05-09mysql-sdbc: fill SQLSTATE field of SQLException when throwing itLionel Elie Mamane7-34/+56
2020-05-09Avoid ODBC warning when testing connectionJulien Nabet1-2/+5
2020-05-08compact namespace in canvas..cuiNoel Grandin17-44/+42
2020-05-08tdf#122461 SQL identifiers (names) can contain newlinesLionel Elie Mamane1-1/+3
2020-05-05tdf#122408 make StatementComposer apply HAVING clauseLionel Elie Mamane2-0/+14
2020-04-28Fix typosAndrea Gelmini1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann5-0/+6
2020-04-26update pchesCaolán McNamara2-3/+3
2020-04-26tdf#132385: sql parser: don't drop clauses from window specificationJulien Nabet1-8/+10
2020-04-25Typo: *Comparsion* -> *Comparison* in dbaccess/connectivityJulien Nabet1-2/+2
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara4-15/+14
2020-04-18loplugin:flatten connectivityNoel Grandin45-1809/+1809
2020-04-14loplugin:buriedassign in c*Noel Grandin10-42/+73
2020-03-30tdf#131712: fix crash on table with non null float field (mysql native)Julien Nabet1-0/+1
2020-03-20MSVC hack to avoid multiply defined symbolsStephan Bergmann1-3/+5
2020-03-18avoid clang's unreachable code warningLuboš Luňák1-1/+1
2020-03-18simplify ORefVector codeNoel Grandin32-368/+364
2020-03-15Firebird: TODO already fixed (SYSTEM TABLES filtered)Julien Nabet1-1/+0
2020-03-15Firebird: IndexType is OTHER not CLUSTEREDJulien Nabet1-3/+6
2020-03-14Firebird: fix TODO use xClob instead of xBlob for REMARKSJulien Nabet1-12/+3