summaryrefslogtreecommitdiffstats
path: root/connectivity/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* tdf#39593 use isUnoTunnelIdArkadiy Illarionov2019-09-0627-49/+55
* TyposAndrea Gelmini2019-09-0617-22/+22
* tdf#127093 mysqlc: set NO_AUTO_VALUE_ON_ZEROTamas Bunth2019-09-031-1/+2
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* mysqlc: Implement DatabaseMetadata::getUserNameTamas Bunth2019-08-311-3/+13
* Related tdf#118809: add some XDatabaseMetaData for FirebirdJulien Nabet2019-08-311-3/+8
* tdf#118809: Fill DatabaseProductName and DatabaseProductVersion for FirebirdJulien Nabet2019-08-311-2/+7
* new loplugin:noexceptmoveNoel Grandin2019-08-301-1/+1
* loplugin:referencecasting find more redundant static_castNoel Grandin2019-08-272-2/+2
* Fix build on big-endian platforms with clangMike Kaganski2019-08-251-1/+1
* loplugin:returnconstval in connectivity..cuiNoel Grandin2019-08-241-1/+1