summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbc
AgeCommit message (Expand)Author
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin
2022-02-18Simplify even more sequence of Property in connectivity/odbcJulien Nabet
2022-02-18Simplify sequence of Property in connectivity/odbcJulien Nabet
2021-11-23remove ORowSetValue implicit conversion methodsNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-06loplugin:moveparam in connectivityNoel Grandin
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-06-03Simplify some initializations in connectivity (2)Julien Nabet
2021-05-26Fix DISABLE_DYNLOADING unused variableJan-Marek Glogowski
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-22loplugin:refcounting in connectivityNoel
2021-02-18createResulSet -> createResultSetNoel Grandin
2021-02-17loplugin:referencecasting in connectivityNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-10-01loplugin:reducevarscope in comphelper,connectivityNoel
2020-08-11loplugin:flattenNoel Grandin
2020-07-23connectivity/odbc: create instances with uno constructorsNoel Grandin
2020-06-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu
2020-05-14unixODBC changed soname to .2 so reflect it (connectivity)Julien Nabet
2020-05-09Avoid ODBC warning when testing connectionJulien Nabet
2020-05-08compact namespace in canvas..cuiNoel Grandin
2020-04-18loplugin:flatten connectivityNoel Grandin
2020-04-14loplugin:buriedassign in c*Noel Grandin
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-25Typo ORealObdcDriver->ORealOdbcDriverJulien Nabet
2020-01-15clang-tidy modernize-concat-nested-namespace in connectivityNoel Grandin
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2019-12-18sal_Char->char in connectivityNoel Grandin
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-17Remove some memset callsMike Kaganski
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin
2019-08-25Fix build on big-endian platforms with clangMike Kaganski
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov
2019-05-22New loplugin:dataStephan Bergmann
2019-05-14tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl
2019-04-29Fix typoAndrea Gelmini
2019-04-21Fix typoAndrea Gelmini