summaryrefslogtreecommitdiffstats
path: root/include/connectivity
Commit message (Expand)AuthorAgeFilesLines
* compact namespace: connectivityNoel Grandin2020-07-1812-111/+68
* tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen2020-07-133-2/+1
* use std::optional for this error fieldNoel Grandin2020-05-131-3/+4
* tdf#122408 make StatementComposer apply HAVING clauseLionel Elie Mamane2020-05-051-0/+1
* use more compact namespace syntax in /includeNoel Grandin2020-05-031-2/+2
* Typo: *Comparsion* -> *Comparison* in dbaccess/connectivityJulien Nabet2020-04-251-1/+1
* make more classes private in mergedlibs modeNoel Grandin2020-03-232-2/+4
* simplify ORefVector codeNoel Grandin2020-03-182-18/+13
* Drop o3tl::optional wrapperStephan Bergmann2020-02-211-7/+7
* -Werror,-Wnon-c-typedef-for-linkageStephan Bergmann2020-02-101-2/+2
* move some headers inside connectivityNoel Grandin2020-02-1017-993/+3
* sal_Char->char in connectivityNoel Grandin2019-12-185-6/+6
* loplugin:unusedmethodsNoel Grandin2019-12-131-19/+0
* Simplify SQLError::ParamValue to just o3tl::optional<OUString>Stephan Bergmann2019-12-021-6/+6
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-011-4/+4
* Rewrite ParamValue::isStephan Bergmann2019-11-301-1/+1
* make some classes module-privateNoel Grandin2019-11-1511-11/+11
* loplugin:finalclasses in connectivityNoel Grandin2019-10-2911-24/+17
* Resolve FIXME Decimal Separator should be OUString (connectivity/dbaccess/svx)Julien Nabet2019-10-091-5/+5
* tdf#39593 use isUnoTunnelIdArkadiy Illarionov2019-09-061-1/+1
* Mark move ctors/assignments noexceptMike Kaganski2019-08-232-6/+6
* loplugin:constmethod in connectivityNoel Grandin2019-08-221-1/+1
* tdf#125340 transport preferred dialog parent down the migration dialogCaolán McNamara2019-08-171-4/+8
* Fix typosAndrea Gelmini2019-08-161-1/+1
* Fix typosAndrea Gelmini2019-08-101-1/+1
* Fix typosAndrea Gelmini2019-08-091-1/+1
* tdf#39593 Drop connectivity::sdbcx::ODescriptor::getImplementationArkadiy Illarionov2019-08-051-2/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann2019-07-311-1/+1
* Fix typoAndrea Gelmini2019-07-031-2/+2
* Fix typoAndrea Gelmini2019-07-031-1/+1
* Fix typoAndrea Gelmini2019-07-031-1/+1
* Fix typoAndrea Gelmini2019-07-031-2/+2
* Fix typoAndrea Gelmini2019-07-021-1/+1
* Fix typoAndrea Gelmini2019-07-021-3/+3
* Fix typoAndrea Gelmini2019-07-021-3/+3
* Fix typoAndrea Gelmini2019-07-021-1/+1
* connectivity: fix memory leaks caused by OConnection::acquire()Michael Stahl2019-05-314-4/+8
* tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen2019-03-1244-136/+114
* loplugin:unusedfields look for classes where we can make all the..Noel Grandin2019-02-272-2/+2
* store originating exception when re-throwingNoel Grandin2019-02-061-1/+2
* pass OSQLParseNode around by unique_ptrNoel Grandin2018-12-212-5/+5
* new loplugin:methodcyclesNoel Grandin2018-09-211-5/+0
* loplugin:constantparamNoel Grandin2018-09-111-6/+1
* loplugin:constantparam (1)Noel Grandin2018-08-291-4/+1
* connectivity: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-273-6/+0
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-052-2/+0
* move Java from config_features to already existing config_javaRene Engelhard2018-05-101-1/+1
* remove no longer necessary operator new/delete overridesNoel Grandin2018-04-173-27/+0
* remove some unused comphelper includesJochen Nitschke2018-04-151-1/+0
* Use for-range loops in include/connectivityJulien Nabet2018-03-291-2/+2