summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* connectivity: fix mysql testMichael Stahl2020-06-303-12/+25
* tdf#122461 SQL identifiers (names) can contain newlinesLionel Elie Mamane2020-06-061-1/+3
* tdf#122408 make StatementComposer apply HAVING clauseLionel Elie Mamane2020-05-132-0/+14
* tdf#126468: MySQL/MariaDB and Firebird don't require order field in select partJulien Nabet2020-05-132-2/+2
* tdf#132814: fix put autovalue to Yes in gui for Mysql/MariaDBJulien Nabet2020-05-131-0/+2
* mysqlc: move template specialization to namespaceTamas Bunth2020-05-092-2/+4
* tdf#132385: sql parser: don't drop clauses from window specificationJulien Nabet2020-04-261-8/+10
* tdf#131712: fix crash on table with non null float field (mysql native)Julien Nabet2020-03-301-0/+1
* tdf#130334: Firebird deal with array fieldsJulien Nabet2020-03-251-6/+6
* tdf#131212: Implement change user password in FirebirdJulien Nabet2020-03-103-6/+16
* tdf#131217: position arg in Blob::getBytes begins at 1 not 0 (Firebird)Julien Nabet2020-03-081-2/+2
* tdf#131164: Fix crash on Tools>User Administration (Firebird)Julien Nabet2020-03-071-2/+2
* Postgresql native, fix readLogLevelFromConfigurationJulien Nabet2020-02-241-1/+1
* tdf#130708: Firebird: fix wrong precision and scale for DECIMAL and NUMERICJulien Nabet2020-02-171-6/+6
* Related tdf#128974: Really deal with "default" and "default-release" profilesJulien Nabet2019-12-181-0/+10
* In the same way as 97ad402d58b52a1f2636905137c21298531c2935Julien Nabet2019-12-021-1/+1
* tdf#128698: MySQL/MariaDB direct Connection: time-values not written to tableJulien Nabet2019-11-271-1/+1
* Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann2019-11-138-29/+29
* use std::move when popping stuff off stacksNoel Grandin2019-11-121-3/+3
* rename a PCH file to properly match its MakefileLuboš Luňák2019-11-113-2/+2
* loplugin:stringadd (clang-cl)Stephan Bergmann2019-11-081-2/+1
* Base/Firebird fix column creationJulien Nabet2019-11-061-1/+0
* Build mysql_jdbc library even when building without javaTamas Bunth2019-11-041-0/+1
* mysqlc: replace initializer list with assignmentTamas Bunth2019-11-031-17/+23
* Fix StringAdd::isCompileTimeConstantStephan Bergmann2019-10-311-2/+2
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-261-5/+5
* loplugin:stringadd (macOS)Stephan Bergmann2019-10-211-1/+1
* loplugin:bufferadd (macOS)Stephan Bergmann2019-10-211-5/+1
* mariadb still uses char for my_boolCaolán McNamara2019-10-191-1/+1
* make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2019-10-188-11/+39
* Fix building against MySQL Connector/C 8Peter Levine2019-10-181-2/+8
* loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin2019-10-171-10/+6
* Remove some memset callsMike Kaganski2019-10-177-20/+9
* Remaining loplugin:bufferaddStephan Bergmann2019-10-177-134/+56
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-173-5/+5
* new loplugin:bufferaddNoel Grandin2019-10-156-36/+25
* Replace getDefaultValue by getColExprForDefaultSettingVal (postgresql)Julien Nabet2019-10-154-4/+4
* use common PCH for more librariesLuboš Luňák2019-10-141-0/+2
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-1/+1
* tdf#128111: "adsrc" doesn't exist from Postgresql 12Julien Nabet2019-10-134-7/+18
* simplify "a = a +" to "a +="Noel Grandin2019-10-113-5/+5
* convert WriteCharPtr..getStr to WriteOStringNoel Grandin2019-10-101-1/+1
* Resolve FIXME Decimal Separator should be OUString (connectivity/dbaccess/svx)Julien Nabet2019-10-092-13/+14
* loplugin:redundantpointerops check other pointer typesNoel Grandin2019-10-091-1/+1
* loplugin:stringadd (macOS)Stephan Bergmann2019-10-081-3/+3
* enable -Wrange-loop-analysis on clangNoel Grandin2019-10-071-3/+3
* loplugin:redundantcast (clang-cl)Stephan Bergmann2019-10-012-2/+2
* loplugin:data (clang-cl)Stephan Bergmann2019-10-011-1/+1
* loplugin:stringconstant (clang-cl)Stephan Bergmann2019-10-012-2/+2
* loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2019-10-011-1/+1