summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2020-06-30connectivity: fix mysql testMichael Stahl3-12/+25
2020-06-06tdf#122461 SQL identifiers (names) can contain newlinesLionel Elie Mamane1-1/+3
2020-05-13tdf#122408 make StatementComposer apply HAVING clauseLionel Elie Mamane2-0/+14
2020-05-13tdf#126468: MySQL/MariaDB and Firebird don't require order field in select partJulien Nabet2-2/+2
2020-05-13tdf#132814: fix put autovalue to Yes in gui for Mysql/MariaDBJulien Nabet1-0/+2
2020-05-09mysqlc: move template specialization to namespaceTamas Bunth2-2/+4
2020-04-26tdf#132385: sql parser: don't drop clauses from window specificationJulien Nabet1-8/+10
2020-03-30tdf#131712: fix crash on table with non null float field (mysql native)Julien Nabet1-0/+1
2020-03-25tdf#130334: Firebird deal with array fieldsJulien Nabet1-6/+6
2020-03-10tdf#131212: Implement change user password in FirebirdJulien Nabet3-6/+16
2020-03-08tdf#131217: position arg in Blob::getBytes begins at 1 not 0 (Firebird)Julien Nabet1-2/+2
2020-03-07tdf#131164: Fix crash on Tools>User Administration (Firebird)Julien Nabet1-2/+2
2020-02-24Postgresql native, fix readLogLevelFromConfigurationJulien Nabet1-1/+1
2020-02-17tdf#130708: Firebird: fix wrong precision and scale for DECIMAL and NUMERICJulien Nabet1-6/+6
2019-12-18Related tdf#128974: Really deal with "default" and "default-release" profilesJulien Nabet1-0/+10
2019-12-02In the same way as 97ad402d58b52a1f2636905137c21298531c2935Julien Nabet1-1/+1
2019-11-27tdf#128698: MySQL/MariaDB direct Connection: time-values not written to tableJulien Nabet1-1/+1
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann8-29/+29
2019-11-12use std::move when popping stuff off stacksNoel Grandin1-3/+3
2019-11-11rename a PCH file to properly match its MakefileLuboš Luňák3-2/+2
2019-11-08loplugin:stringadd (clang-cl)Stephan Bergmann1-2/+1
2019-11-06Base/Firebird fix column creationJulien Nabet1-1/+0
2019-11-04Build mysql_jdbc library even when building without javaTamas Bunth1-0/+1
2019-11-03mysqlc: replace initializer list with assignmentTamas Bunth1-17/+23
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+2
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-5/+5
2019-10-21loplugin:stringadd (macOS)Stephan Bergmann1-1/+1
2019-10-21loplugin:bufferadd (macOS)Stephan Bergmann1-5/+1
2019-10-19mariadb still uses char for my_boolCaolán McNamara1-1/+1
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák8-11/+39
2019-10-18Fix building against MySQL Connector/C 8Peter Levine1-2/+8
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-10/+6
2019-10-17Remove some memset callsMike Kaganski7-20/+9
2019-10-17Remaining loplugin:bufferaddStephan Bergmann7-134/+56
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann3-5/+5
2019-10-15new loplugin:bufferaddNoel Grandin6-36/+25
2019-10-15Replace getDefaultValue by getColExprForDefaultSettingVal (postgresql)Julien Nabet4-4/+4
2019-10-14use common PCH for more librariesLuboš Luňák1-0/+2
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-13tdf#128111: "adsrc" doesn't exist from Postgresql 12Julien Nabet4-7/+18
2019-10-11simplify "a = a +" to "a +="Noel Grandin3-5/+5
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-1/+1
2019-10-09Resolve FIXME Decimal Separator should be OUString (connectivity/dbaccess/svx)Julien Nabet2-13/+14
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin1-1/+1
2019-10-08loplugin:stringadd (macOS)Stephan Bergmann1-3/+3
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin1-3/+3
2019-10-01loplugin:redundantcast (clang-cl)Stephan Bergmann2-2/+2
2019-10-01loplugin:data (clang-cl)Stephan Bergmann1-1/+1
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann2-2/+2
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-1/+1