summaryrefslogtreecommitdiff
path: root/connectivity/source
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Adapt to Bison 3.8 internal yyn -> yyrule renameStephan Bergmann1-0/+6
2021-09-14tdf#117842: use XUnoTunnel to get wrapped connection reliablyMike Kaganski3-2/+24
2021-09-13tdf#115547: Fix DB path handlingMike Kaganski1-5/+7
2021-09-10tdf#120129: don't forget to update buffer size to actual lengthMike Kaganski1-0/+3
2021-09-02tdf#144230: sanitize string length embedded in SQL_VARYING dataMike Kaganski1-2/+3
2021-08-16Related tdf#143895: Mysql MEDIUMINT is DataType::INTEGER not DataType::SMALLINTJulien Nabet1-2/+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-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-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-04loplugin:noexcept (macOS)Stephan Bergmann5-9/+9
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann74-171/+171
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-08lok: remove event listener when disposingHenry Castro1-1/+1
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
2021-03-25const OUString -> const OUStringLiteralMike Kaganski6-7/+7
2021-03-23tdf#124176: Use pragma once instead of include guardsMehmet Sait Gülmez1-3/+1
2021-03-23tdf#124176 replace include guards with pragma oncePanos20-74/+20
2021-03-23tdf#124176 Use pragma once in connectivityVincent LE GARREC244-855/+244
2021-03-21fix typo in code: anylizeSQL->analyzeSQLJulien Nabet2-4/+4
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2-4/+2
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann8-98/+62
2021-03-08loplugin:refcounting (macOS)Stephan Bergmann2-3/+4
2021-03-05loplugin:refcounting (--enable-evolution2)Stephan Bergmann8-35/+28
2021-03-03loplugin:refcounting (--enable-postgresql-sdbc)Stephan Bergmann24-75/+108
2021-03-03loplugin:refcounting (clang-cl)Stephan Bergmann1-5/+3
2021-03-03loplugin:referencecasting (clang-cl)Stephan Bergmann1-1/+1
2021-03-02loplugin:refcounting (macOS)Stephan Bergmann5-31/+23