summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2019-09-2311-11/+11
* tdf#127657: FIREBIRD error in query input param when referred field is integerJulien Nabet2019-09-231-0/+14
* improve and enable loplugin:fragiledestructorNoel Grandin2019-09-196-10/+8
* tdf#126852 Bind TEXT mysql type to ClobTamas Bunth2019-09-171-1/+3
* cid#1453559 silence Unchecked return valueCaolán McNamara2019-09-122-2/+2
* base: add some doc from Tomi's talkMiklos Vajna2019-09-121-0/+1
* tdf#120945: Relationship of tables isn't recognized by formwizardJulien Nabet2019-09-112-10/+14
* tdf#39593 drop comphelper::getImplementationArkadiy Illarionov2019-09-078-8/+15
* tdf#39593 use isUnoTunnelId in connectivityArkadiy Illarionov2019-09-0724-35/+45
* mysqlc: Support connection to utf8mb4 serverTamas Bunth2019-09-061-1/+3