summaryrefslogtreecommitdiffstats
path: root/connectivity/source
Commit message (Expand)AuthorAgeFilesLines
* ofz#39304 short timestamp recordCaolán McNamara2021-11-171-5/+8
* ofz#39301 month has to be in range [1-12]Caolán McNamara2021-11-171-3/+6
* tdf#122461 SQL identifiers (names) can contain newlinesLionel Elie Mamane2020-06-051-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-112-2/+2
* tdf#132814: fix put autovalue to Yes in gui for Mysql/MariaDBJulien Nabet2020-05-111-0/+2
* 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
* loplugin:stringadd (clang-cl)Stephan Bergmann2019-11-081-2/+1
* Base/Firebird fix column creationJulien Nabet2019-11-061-1/+0
* 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
* 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
* 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
* loplugin:stringadd in basctl..cuiNoel Grandin2019-10-016-14/+6
* support O(U)String::number() for fast string concatenationLuboš Luňák2019-09-242-2/+2
* tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov2019-09-237-104/+76
* loplugin:fragiledestructor (macOS)Stephan Bergmann2019-09-232-2/+17