summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constparamsNoel Grandin2021-08-181-1/+1
* loplugin:passstuffbyrefNoel Grandin2021-08-181-1/+1
* Related tdf#143895: Mysql MEDIUMINT is DataType::INTEGER not DataType::SMALLINTJulien Nabet2021-08-161-2/+2
* Missing includeStephan Bergmann2021-08-101-0/+4
* Pass context and resource string down to boost::locale separatelyNoel Grandin2021-08-0517-25/+30
* convert #defines to OUStringLiteralNoel Grandin2021-08-021-1/+1
* getArray->getConstArrayNoel Grandin2021-07-311-3/+3
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-283-16/+15
* More -Werror,-Wunused-but-set-variable when catching SQLWarningStephan Bergmann2021-06-252-11/+4
* -Werror,-Wunused-but-set-variable (clang-cl 13 trunk)Stephan Bergmann2021-06-251-9/+0
* remove some unnecessary OUString::internNoel Grandin2021-06-211-1/+2
* Simplify vector initializationsJulien Nabet2021-06-111-3/+1
* update firebird modelinesCaolán McNamara2021-06-1041-83/+86
* -Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann2021-06-091-5/+2
* -Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann2021-06-093-26/+8
* Simplify Sequences initializations (comphelper+connectivity)Julien Nabet2021-06-089-34/+19
* Simplify some initializations in connectivity (2)Julien Nabet2021-06-039-164/+141
* configure: Refactor disabling DB driversJan-Marek Glogowski2021-06-011-14/+8
* no need to allocate these on the heapNoel Grandin2021-05-281-8/+8
* VisualStudio 16.10 doesn't like this constructionNoel Grandin2021-05-271-29/+29
* Fix DISABLE_DYNLOADING unused variableJan-Marek Glogowski2021-05-261-2/+4
* loplugin:noexcept (clang-cl)Stephan Bergmann2021-05-1911-25/+25
* Simplify some initializations in connectivityJulien Nabet2021-05-175-86/+86
* Directly initialize maps in ADatabaseMetaDataResultSet.cxxJulien Nabet2021-05-171-165/+184
* Directly initialize vector in connectivity (part 3)Julien Nabet2021-05-143-63/+66
* Simplify a bit initialization in sharedresources_test.cxxJulien Nabet2021-05-141-5/+3
* Directly initialize vector in connectivity (part 2)Julien Nabet2021-05-143-55/+53
* Directly initialize vector in connectivity (part 1)Julien Nabet2021-05-143-51/+52
* Directly initialize ODatabaseMetaDataResultSet in CDatabaseMetaData.cxxJulien Nabet2021-05-141-12/+10
* Directly initialize vector in sharedresources_test.cxxJulien Nabet2021-05-141-4/+5
* loplugin:noexcept (macOS)Stephan Bergmann2021-05-045-9/+9
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-0278-179/+179
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-293-13/+9
* use string_view in INetURLObject::encodeNoel Grandin2021-04-282-9/+9
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-275-12/+7
* no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2021-04-221-1/+1
* no need makeStringAndClear() when appending to bufferNoel Grandin2021-04-221-1/+1
* use OUString::Concat here, not OUStringLiteralNoel Grandin2021-04-201-1/+1
* loplugin:stringliteralvar look for assignmentsNoel Grandin2021-04-151-1/+1
* update PCHsCaolán McNamara2021-04-122-3/+2
* update PCHsLuboš Luňák2021-04-085-7/+8
* lok: remove event listener when disposingHenry Castro2021-04-081-1/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-22/+28
* update pchesCaolán McNamara2021-04-063-3/+5
* Simplify some static variable initializationsMike Kaganski2021-04-021-3/+1
* tdf#141115 semi-userfriendly message on UNION query on file driverLionel Elie Mamane2021-03-271-0/+7
* tdf#141115: correctly find the ORDER BY clause of a UNIONLionel Elie Mamane2021-03-271-5/+22
* fix connectivity buildCaolán McNamara2021-03-251-2/+2
* const OUString -> const OUStringLiteralMike Kaganski2021-03-257-10/+10
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0