summaryrefslogtreecommitdiff
path: root/include/connectivity
AgeCommit message (Expand)Author
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin
2022-09-17cid#1500499 Resource leakCaolán McNamara
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-04-11use more string_viewNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-30tdf#143148- Use pragma once in connectivityYomnasalama
2022-03-30tdf#143148: Use pragma once instead of include guardsmostafa-elsharnoby
2022-01-14Mysql/MariaDB: tdf#81430 make tables editable (with or without PK)Julien Nabet
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen
2021-11-27use more OInterfaceContainerHelper3 in connectivity::sdbcx::OCollectionNoel Grandin
2021-11-27use more OInterfaceContainerHelper3 in dbtools::ParameterManagerNoel Grandin
2021-11-24loplugin:stringliteraldefine in connectivityNoel Grandin
2021-11-23remove ORowSetValue implicit conversion methodsNoel Grandin
2021-10-06loplugin:moveparam in connectivityNoel Grandin
2021-09-27pass the column names in as an external argumentCaolán McNamara
2021-09-27split getUniqueColumnNameCaolán McNamara
2021-09-27appendColumns is always called with m_aSelectColumns as 1st argCaolán McNamara
2021-09-27setSelectColumnName is always called with m_aSelectColumns as 1st argCaolán McNamara
2021-09-24make SQLExceptionInfo utilities available for external useCaolán McNamara
2021-09-23leaks of OCollection in dbase importCaolán McNamara
2021-06-19loplugin:finalclassesNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-22loplugin:refcounting in connectivityNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-09Fix loplugin:stringviewparam handling of comparison operatorsStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-07-18compact namespace: connectivityNoel Grandin
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen
2020-05-13use std::optional for this error fieldNoel Grandin
2020-05-05tdf#122408 make StatementComposer apply HAVING clauseLionel Elie Mamane
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-04-25Typo: *Comparsion* -> *Comparison* in dbaccess/connectivityJulien Nabet
2020-03-23make more classes private in mergedlibs modeNoel Grandin
2020-03-18simplify ORefVector codeNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-10-Werror,-Wnon-c-typedef-for-linkageStephan Bergmann
2020-02-10move some headers inside connectivityNoel Grandin
2019-12-18sal_Char->char in connectivityNoel Grandin
2019-12-13loplugin:unusedmethodsNoel Grandin
2019-12-02Simplify SQLError::ParamValue to just o3tl::optional<OUString>Stephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-30Rewrite ParamValue::isStephan Bergmann
2019-11-15make some classes module-privateNoel Grandin
2019-10-29loplugin:finalclasses in connectivityNoel Grandin
2019-10-09Resolve FIXME Decimal Separator should be OUString (connectivity/dbaccess/svx)Julien Nabet