summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
AgeCommit message (Expand)Author
2023-04-25Add script to find unused using declarationsGabor Kelemen
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-24tdf#117118 - Saves data automatically in Firebird embedded databasejucasaca
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [a-c]*Gabor Kelemen
2023-04-17Remove some unused includesMiklos Vajna
2023-04-17loplugin:stringviewparamStephan Bergmann
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin
2023-04-12OUString::intern is a relicNoel Grandin
2023-04-10Use of O(U)StringNumber for float/double is actually a pessimisationMike Kaganski
2023-04-09new loplugin:unnecessarygetstrNoel Grandin
2023-03-24loplugin:stringadd in c*Noel Grandin
2023-03-14elide some temporary OStringsNoel Grandin
2023-03-10improve loplugin:unnecessarylockingNoel Grandin
2023-03-10simplify initialisation in *DatabaseMetaDataNoel Grandin
2023-02-28Drop 'using namespace ::std' in Windows-specific filesGabor Kelemen
2023-02-15Drop 'using namespace ::std' in dirs b* c*Gabor Kelemen
2023-02-14disable script dumpCaolán McNamara
2023-01-16XUnoTunnel->dynamic_cast in file::OResultSetNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin
2022-10-11escapeWith is just a substitution for OUString::replaceAllMike Kaganski
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-27use more string_view in connectivityNoel Grandin
2022-09-22connectivity: use default member initializers in OWriterConnectionMiklos Vajna
2022-09-18use more string_view in utl::TempFileNoel Grandin
2022-09-17cid#1500499 Resource leakCaolán McNamara
2022-09-08Simplify by using replace instead of replaceAt in loop in connectivity (2)Julien Nabet
2022-09-08loplugin:unusedmethodsNoel Grandin
2022-09-08loplugin:virtualdeadNoel Grandin
2022-09-01connectivity: use default member initializers in OWriterTableMiklos Vajna
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-17cid#1500701 silence Dereference after null checkCaolán McNamara
2022-08-07add libebook-1.2.so.21Rene Engelhard
2022-08-03Fix 32-bit buildsStephan Bergmann
2022-07-21elide some makeStringAndClear() callsNoel Grandin
2022-07-19No need to cast to char hereStephan Bergmann
2022-07-11tdf#149951: MySQL/MariaDB (direct connection) save images in BLOB-fieldsJulien Nabet
2022-06-29related tdf#126961 don't crash when access to the macOS address book is deniedChristian Lohmaier
2022-06-16loplugin:moveitNoel Grandin
2022-06-15Use some more appropriate index variable typesStephan Bergmann
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin
2022-06-08tdf#149470: Firebird, Clob may need several segments to store a very long inputJulien Nabet
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-23Fix typosAndrea Gelmini
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-05-05use more o3tl::getTokenNoel Grandin