summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/postgresql
Commit message (Expand)AuthorAgeFilesLines
* use more string_viewNoel Grandin2024-03-082-10/+10
* Use emplace_back instead of push_back (connectivity)Julien Nabet2023-12-225-19/+19
* Extended loplugin:ostr: connectivityStephan Bergmann2023-11-202-5/+5
* Use exception ctors, instead of setting members laterMike Kaganski2023-10-142-4/+2
* Add script to find unused using declarationsGabor Kelemen2023-04-251-2/+0
* use more TOOLS_WARN_EXCEPTIONNoel Grandin2023-04-231-2/+3
* Run clang-tidy with misc-unused-using-decls on modules [a-c]*Gabor Kelemen2023-04-201-4/+0
* loplugin:stringadd in c*Noel Grandin2023-03-247-30/+22
* use more string_view in connectivityNoel Grandin2022-09-274-20/+20
* elide some makeStringAndClear() callsNoel Grandin2022-07-211-2/+2
* Use some more appropriate index variable typesStephan Bergmann2022-06-151-3/+4
* clang-tidy modernize-pass-by-value in connectivityNoel Grandin2022-06-1334-115/+134
* Use o3tl::make_unsigned in some placesStephan Bergmann2022-05-248-10/+18
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya2022-05-091-16/+16
* use more o3tl::getTokenNoel Grandin2022-05-051-11/+11
* Just use Any ctor instead of makeAny in connectivityStephan Bergmann2022-05-0412-61/+52
* loplugin:stringviewparam whitelist some more functionsNoel Grandin2022-04-131-2/+2
* Update remaining DevGuide wiki links.Ilmari Lauhakangas2022-04-131-4/+4
* loplugin:stringview more o3tl conversionNoel Grandin2022-04-121-1/+2
* loplugin:stringviewparam convert methods using compareToNoel Grandin2022-04-021-8/+8
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-1312-23/+5
* use more cppu::BaseMutexNoel Grandin2021-12-191-3/+3
* loplugin:unusedfieldsNoel Grandin2021-12-072-27/+0
* stldebug assert in bad sort of postgresql schemasCaolán McNamara2021-11-251-1/+1
* Prepare for removal of non-const operator[] from Sequence in connectivityMike Kaganski2021-10-295-48/+30
* loplugin:moveparam in variousNoel Grandin2021-10-123-4/+4
* loplugin:moveparam in connectivityNoel Grandin2021-10-0610-31/+31
* "is missing" has gone missingStephan Bergmann2021-09-291-1/+2
* Make loplugin:bufferadd look through O[U]String::operator std::[u16]string_viewStephan Bergmann2021-09-281-10/+5
* Extend loplugin:stringviewparam to starts/endsWith: connectivityStephan Bergmann2021-09-232-9/+15
* clang-tidy:readability-redundant-member-initNoel Grandin2021-08-281-1/+1
* loplugin:constparamsNoel Grandin2021-08-181-1/+1
* Simplify vector initializationsJulien Nabet2021-06-111-3/+1
* Simplify Sequences initializations (comphelper+connectivity)Julien Nabet2021-06-081-3/+1
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-0211-28/+28
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-272-4/+3
* tdf#124176 Use pragma once in connectivityVincent LE GARREC2021-03-2333-114/+33
* Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2021-03-101-1/+1
* loplugin:refcounting (--enable-postgresql-sdbc)Stephan Bergmann2021-03-0324-75/+108
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-295-8/+15
* fix buildStephan Bergmann2020-12-181-1/+1
* pgsql-sdbc: use libpq's custom free()...Lionel Elie Mamane2020-12-185-4/+13
* pgsql-sdbc small optimisationLionel Elie Mamane2020-12-181-1/+2
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-116-29/+35
* loplugin:stringviewparam (Library_postgresql-sdbc-impl)Stephan Bergmann2020-11-303-13/+19
* loplugin:stringviewparamStephan Bergmann2020-11-241-1/+3
* New loplugin:stringviewparamStephan Bergmann2020-11-121-2/+3
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-061-5/+0
* Use the new single-instance="true" attribute in connectivityStephan Bergmann2020-10-022-6/+3
* Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann2020-08-301-1/+1