summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski22-65/+44
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski39-45/+44
2021-09-14Adapt to Bison 3.8 internal yyn -> yyrule renameStephan Bergmann1-0/+6
2021-09-12Simplify OFileDriver::getDataDefinitionByConnectionMike Kaganski1-13/+4
2021-09-12tdf#117842: use XUnoTunnel to get wrapped connection reliablyMike Kaganski3-2/+24
2021-09-10tdf#125286: Inform Firebird that we use UTF8 in pathsMike Kaganski1-0/+4
2021-09-10tdf#115547: Fix DB path handlingMike Kaganski1-5/+7
2021-09-10Clarify that css::sdbc::XClob::getSubString takes 1-based posMike Kaganski3-34/+30
2021-09-10tdf#123055 - Start to read unicode text in order to avoid the BOMAndreas Heinisch1-1/+4
2021-09-10A copy-paste message text errorMike Kaganski1-1/+1
2021-09-10Use std::vector instead of css::uno::SequenceMike Kaganski3-19/+14
2021-09-10tdf#120129: don't forget to update buffer size to actual lengthMike Kaganski1-0/+3
2021-09-09tdf#143905: Parse password from connection stringjucasaca1-11/+25
2021-09-07Avoid repeating the return type from the declarationMiklos Vajna1-1/+1
2021-09-05m_pInSqlda is not needed in prepareAndDescribeStatementMike Kaganski3-40/+19
2021-09-02Use utl::TempFile::EnableKillingFileMike Kaganski1-5/+1
2021-09-02unused definesNoel Grandin1-1/+0
2021-09-02tdf#144230: sanitize string length embedded in SQL_VARYING dataMike Kaganski1-2/+3
2021-09-01Use utl::TempFile::EnableKillingFileMike Kaganski1-5/+3
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin8-23/+5
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