summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql
AgeCommit message (Expand)AuthorFilesLines
8 daysSilence strange -Warray-bounds with recent GCC 14Stephan Bergmann1-0/+8
2024-03-08use more string_viewNoel Grandin2-10/+10
2023-12-22Use emplace_back instead of push_back (connectivity)Julien Nabet5-19/+19
2023-11-20Extended loplugin:ostr: connectivityStephan Bergmann2-5/+5
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski2-4/+2
2023-04-25Add script to find unused using declarationsGabor Kelemen1-2/+0
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+3
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [a-c]*Gabor Kelemen1-4/+0
2023-03-24loplugin:stringadd in c*Noel Grandin7-30/+22
2022-09-27use more string_view in connectivityNoel Grandin4-20/+20
2022-07-21elide some makeStringAndClear() callsNoel Grandin1-2/+2
2022-06-15Use some more appropriate index variable typesStephan Bergmann1-3/+4
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin34-115/+134
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann8-10/+18
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya1-16/+16
2022-05-05use more o3tl::getTokenNoel Grandin1-11/+11
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann12-61/+52
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+2
2022-04-13Update remaining DevGuide wiki links.Ilmari Lauhakangas1-4/+4
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+2
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin1-8/+8
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen12-23/+5
2021-12-19use more cppu::BaseMutexNoel Grandin1-3/+3
2021-12-07loplugin:unusedfieldsNoel Grandin2-27/+0
2021-11-25stldebug assert in bad sort of postgresql schemasCaolán McNamara1-1/+1
2021-10-29Prepare for removal of non-const operator[] from Sequence in connectivityMike Kaganski5-48/+30
2021-10-12loplugin:moveparam in variousNoel Grandin3-4/+4
2021-10-06loplugin:moveparam in connectivityNoel Grandin10-31/+31
2021-09-29"is missing" has gone missingStephan Bergmann1-1/+2
2021-09-28Make loplugin:bufferadd look through O[U]String::operator std::[u16]string_viewStephan Bergmann1-10/+5
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: connectivityStephan Bergmann2-9/+15
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin1-1/+1
2021-08-18loplugin:constparamsNoel Grandin1-1/+1
2021-06-11Simplify vector initializationsJulien Nabet1-3/+1
2021-06-08Simplify Sequences initializations (comphelper+connectivity)Julien Nabet1-3/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann11-28/+28
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin2-4/+3
2021-03-23tdf#124176 Use pragma once in connectivityVincent LE GARREC33-114/+33
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-03-03loplugin:refcounting (--enable-postgresql-sdbc)Stephan Bergmann24-75/+108
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann5-8/+15
2020-12-18fix buildStephan Bergmann1-1/+1
2020-12-18pgsql-sdbc: use libpq's custom free()...Lionel Elie Mamane5-4/+13
2020-12-18pgsql-sdbc small optimisationLionel Elie Mamane1-1/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann6-29/+35
2020-11-30loplugin:stringviewparam (Library_postgresql-sdbc-impl)Stephan Bergmann3-13/+19
2020-11-24loplugin:stringviewparamStephan Bergmann1-1/+3
2020-11-12New loplugin:stringviewparamStephan Bergmann1-2/+3
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-5/+0
2020-10-02Use the new single-instance="true" attribute in connectivityStephan Bergmann2-6/+3