summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2022-06-16loplugin:moveitNoel Grandin2-4/+3
2022-06-15Use some more appropriate index variable typesStephan Bergmann4-6/+12
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin86-280/+337
2022-06-08tdf#149470: Firebird, Clob may need several segments to store a very long inputJulien Nabet1-1/+34
2022-05-30Fix linking Library_evoabStephan Bergmann1-0/+1
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann18-21/+38
2022-05-23Fix typosAndrea Gelmini1-1/+1
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-2/+2
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin2-6/+5
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya6-32/+32
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-05use more o3tl::getTokenNoel Grandin3-14/+15
2022-05-05Just use Any ctor instead of makeAny (Linux, sequel)Stephan Bergmann1-1/+1
2022-05-05use more string_viewNoel Grandin2-16/+19
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann53-183/+174
2022-05-04Just use Any ctor instead of makeAny (macOS)Stephan Bergmann2-2/+2
2022-05-01use more string_view in variousNoel Grandin2-5/+4
2022-04-29use more string_view in INetURLObjectNoel Grandin2-2/+2
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-1/+1
2022-04-25Introduce a better mechanism to suppress false loplugin warningsStephan Bergmann1-0/+1
2022-04-21Clean up odd function definitionsStephan Bergmann1-4/+2
2022-04-20Simplify some code, use o3tl::starts_with rest argumentStephan Bergmann1-2/+1
2022-04-20loplugin:passstuffbyrefNoel Grandin29-29/+29
2022-04-20loplugin:stringviewparamStephan Bergmann2-7/+11
2022-04-15use more string_view in connectivityNoel Grandin4-7/+7
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin4-30/+39
2022-04-13Update remaining DevGuide wiki links.Ilmari Lauhakangas2-5/+5
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+2
2022-04-11use more string_viewNoel Grandin2-3/+3
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin3-8/+10
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-3/+4
2022-04-09ofz#46526 AbrtCaolán McNamara1-1/+1
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin3-9/+9
2022-04-08use more subView when converting to Int32Noel Grandin3-6/+9
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin2-5/+6
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin1-8/+8
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin2-5/+5
2022-04-01tdf#148310: Firebird: copy complete rows, CLOB field, last character lostJulien Nabet1-2/+2
2022-04-01Remove useless connectivity/source/drivers/mysqlc/DataAccess.xcuJulien Nabet1-35/+0
2022-03-29loplugin:unusedfieldsNoel Grandin2-5/+0
2022-03-25loplugin:unusedmethodsNoel Grandin7-189/+0
2022-03-25tdf#132924 - Firebird findColumn: return column alias if specifiedAndreas Heinisch1-3/+9
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski10-198/+131
2022-03-22Simplify CoCreateInstance / CoGetClassObject with COMReferenceMike Kaganski5-10/+10
2022-03-17Remove old mysql_jdbc/mysqlc in drivers.xcuJulien Nabet2-84/+10
2022-03-16tdf#147997: MySQL/MariaDB for dialog for direct connectionJulien Nabet1-1/+1
2022-03-15loplugin:trivialdestructor (macOS)Stephan Bergmann4-11/+0
2022-03-13Remove forgotten remnant test codeJulien Nabet1-5/+0
2022-03-12tdf#147309: Recreating a view with same name and in the same session fails (FB)Julien Nabet2-0/+9
2022-03-04cid#1500701 silence Dereference after null checkCaolán McNamara1-1/+1