summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2021-08-20loplugin:unusedcapturedefault (macOS)Stephan Bergmann1-2/+2
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-18loplugin:constparamsNoel Grandin1-1/+1
2021-08-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2021-08-16Related tdf#143895: Mysql MEDIUMINT is DataType::INTEGER not DataType::SMALLINTJulien Nabet1-2/+2
2021-08-10Missing includeStephan Bergmann1-0/+4
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin17-25/+30
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-1/+1
2021-07-31getArray->getConstArrayNoel Grandin1-3/+3
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin3-16/+15
2021-06-25More -Werror,-Wunused-but-set-variable when catching SQLWarningStephan Bergmann2-11/+4
2021-06-25-Werror,-Wunused-but-set-variable (clang-cl 13 trunk)Stephan Bergmann1-9/+0
2021-06-21remove some unnecessary OUString::internNoel Grandin1-1/+2
2021-06-11Simplify vector initializationsJulien Nabet1-3/+1
2021-06-10update firebird modelinesCaolán McNamara41-83/+86
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-5/+2
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann3-26/+8
2021-06-08Simplify Sequences initializations (comphelper+connectivity)Julien Nabet9-34/+19
2021-06-03Simplify some initializations in connectivity (2)Julien Nabet9-164/+141
2021-06-01configure: Refactor disabling DB driversJan-Marek Glogowski1-14/+8
2021-05-28no need to allocate these on the heapNoel Grandin1-8/+8
2021-05-27VisualStudio 16.10 doesn't like this constructionNoel Grandin1-29/+29
2021-05-26Fix DISABLE_DYNLOADING unused variableJan-Marek Glogowski1-2/+4
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann11-25/+25
2021-05-17Simplify some initializations in connectivityJulien Nabet5-86/+86
2021-05-17Directly initialize maps in ADatabaseMetaDataResultSet.cxxJulien Nabet1-165/+184
2021-05-14Directly initialize vector in connectivity (part 3)Julien Nabet3-63/+66
2021-05-14Simplify a bit initialization in sharedresources_test.cxxJulien Nabet1-5/+3
2021-05-14Directly initialize vector in connectivity (part 2)Julien Nabet3-55/+53
2021-05-14Directly initialize vector in connectivity (part 1)Julien Nabet3-51/+52
2021-05-14Directly initialize ODatabaseMetaDataResultSet in CDatabaseMetaData.cxxJulien Nabet1-12/+10
2021-05-14Directly initialize vector in sharedresources_test.cxxJulien Nabet1-4/+5
2021-05-04loplugin:noexcept (macOS)Stephan Bergmann5-9/+9
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann78-179/+179
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin3-13/+9
2021-04-28use string_view in INetURLObject::encodeNoel Grandin2-9/+9
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin5-12/+7
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-1/+1
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-1/+1
2021-04-12update PCHsCaolán McNamara2-3/+2
2021-04-08update PCHsLuboš Luňák5-7/+8
2021-04-08lok: remove event listener when disposingHenry Castro1-1/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-22/+28
2021-04-06update pchesCaolán McNamara3-3/+5
2021-04-02Simplify some static variable initializationsMike Kaganski1-3/+1
2021-03-27tdf#141115 semi-userfriendly message on UNION query on file driverLionel Elie Mamane1-0/+7
2021-03-27tdf#141115: correctly find the ORDER BY clause of a UNIONLionel Elie Mamane1-5/+22
2021-03-25fix connectivity buildCaolán McNamara1-2/+2