summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2023-08-02fixing a typo in sqlbison.yjucasaca
2023-05-26Related tdf#155443: MySQL/MariaDB direct connect, use more of the new functionJulien Nabet
2023-05-25tdf#155443: MySQL/MariaDB direct connect: pb to change fieldname in tableJulien Nabet
2023-05-15Silence some false -Werror=dangling-referenceStephan Bergmann
2023-02-15disable script dumpCaolán McNamara
2022-12-06Resolves: tdf#152381 Treat 0-0-0 invalid date as 0 relative daysEike Rathke
2022-11-22Resolves: tdf#152114 Use comphelper::date algorithmsEike Rathke
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-16OSL_ENSURE->assert where we would crash if not trueCaolán McNamara
2022-09-15tdf#150877: Add support for Kamenický and Mazovia encodingsJulien Nabet
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-09-08Simplify by using replace instead of replaceAt in loop in connectivity (3)Julien Nabet
2022-09-08Simplify by using replace instead of replaceAt in loop in connectivity (4)Julien Nabet
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-04tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-09-04Simplify by using replace instead of replaceAt in 2 loops in connectivityJulien Nabet
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-18cid#1500536 silence Resource leakCaolán McNamara
2022-08-17cid#1500701 silence Dereference after null checkCaolán McNamara
2022-08-12tdf#113753 Easier use of CSV in Wizards->Address Data SourceRadhey Parekh
2022-08-11connectivity: avoid divide by zero in calculateTimeOutsCaolá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-07-05Related tdf#137145 tdf#137569 Capitalization + punctuation fixesAdolfo Jayme Barrientos
2022-07-02Use some more O3TL_UNREACHABLEStephan Bergmann
2022-07-01Use some more O3TL_UNREACHABLEStephan Bergmann
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-30Fix linking Library_evoabStephan Bergmann
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