summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2023-06-04Use getXWeak in connectivityMike Kaganski10-14/+11
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin2-5/+2
2023-05-28Typo: aCatlog->aCatalogJulien Nabet1-4/+4
2023-05-25merge some stringaddsNoel Grandin1-2/+1
2023-05-25Related tdf#155443: MySQL/MariaDB direct connect, use more of the new functionJulien Nabet1-1/+1
2023-05-25tdf#155443: MySQL/MariaDB direct connect: pb to change fieldname in tableJulien Nabet2-1/+12
2023-04-30Firebird: add info FDB/FBK use on READMEJulien Nabet1-0/+16
2023-04-25Add script to find unused using declarationsGabor Kelemen1-2/+0
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-04-24tdf#117118 - Saves data automatically in Firebird embedded databasejucasaca4-58/+53
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin1-3/+3
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+3
2023-04-20Typo: nCurentPos->nCurrentPos (connectivity/sqliterator)Julien Nabet1-3/+3
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [a-c]*Gabor Kelemen7-18/+0
2023-04-17Remove some unused includesMiklos Vajna1-1/+0
2023-04-17loplugin:stringviewparamStephan Bergmann2-18/+19
2023-04-14loplugin:stringviewparam improvementsNoel Grandin1-2/+2
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin1-1/+1
2023-04-12OUString::intern is a relicNoel Grandin1-3/+3
2023-04-10Use of O(U)StringNumber for float/double is actually a pessimisationMike Kaganski1-1/+1
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-2/+1
2023-04-09use more OUStringToOStringNoel Grandin1-3/+3
2023-03-24loplugin:stringadd in c*Noel Grandin21-130/+93
2023-03-15Silence some false -Werror=dangling-referenceStephan Bergmann1-0/+7
2023-03-15Simplify AcceptsURLStephan Bergmann1-17/+6
2023-03-14elide some temporary OStringsNoel Grandin1-1/+1
2023-03-11osl::Mutex->std::mutex in OSQLParserNoel Grandin2-7/+6
2023-03-11osl::Mutex->std::mutex in OConnectionPoolNoel Grandin2-5/+6
2023-03-10improve loplugin:unnecessarylockingNoel Grandin3-5/+0
2023-03-10simplify initialisation in *DatabaseMetaDataNoel Grandin3-34/+33
2023-03-08osl::Mutex->std::mutex in ParameterWrapperContainerNoel Grandin1-12/+7
2023-02-28Drop 'using namespace ::std' in Windows-specific filesGabor Kelemen1-1/+0
2023-02-22osl::Mutex->std::mutex in OSQLParseNodesContainerNoel Grandin1-4/+6
2023-02-15Drop 'using namespace ::std' in dirs b* c*Gabor Kelemen3-4/+1
2023-02-14disable script dumpCaolán McNamara1-0/+31
2023-01-16XUnoTunnel->dynamic_cast in file::OResultSetNoel Grandin3-20/+2
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin47-325/+28
2022-12-06Resolves: tdf#152381 Treat 0-0-0 invalid date as 0 relative daysEike Rathke1-0/+16
2022-11-22Resolves: tdf#152114 Use comphelper::date algorithmsEike Rathke1-91/+4
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin1-2/+1
2022-10-11escapeWith is just a substitution for OUString::replaceAllMike Kaganski3-23/+6
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski4-4/+4
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin4-7/+7
2022-09-27use more string_view in connectivityNoel Grandin6-23/+23
2022-09-22connectivity: use default member initializers in OWriterConnectionMiklos Vajna2-3/+2
2022-09-18use more string_view in utl::TempFileNoel Grandin1-3/+1
2022-09-17cid#1500499 Resource leakCaolán McNamara3-30/+21
2022-09-16OSL_ENSURE->assert where we would crash if not trueCaolán McNamara1-3/+3
2022-09-15tdf#150877: Add support for Kamenický and Mazovia encodingsJulien Nabet1-2/+2
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin2-2/+2