summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/dbexception.cxx
AgeCommit message (Expand)Author
2024-05-07loplugin:ostr in connectivityNoel Grandin
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2021-09-24make SQLExceptionInfo utilities available for external useCaolán McNamara
2021-09-24split SQLExceptionInfo::append moreCaolán McNamara
2021-09-24refactor getting the last exception of a SQLException chainCaolán McNamara
2021-09-24split SQLExceptionInfo::appendCaolán McNamara
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann
2019-02-06store originating exception when re-throwingNoel Grandin
2018-07-27connectivity: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2017-11-01loplugin:constantparam in connectivityNoel Grandin
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-02-17remove unused enumerators from StandardSQLStateNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-23loplugin:expandablemethodds in include/connectivity..drawinglayerNoel Grandin
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann
2016-06-06Use o3tl/any.hxx in connectivityStephan Bergmann
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin
2016-03-03loplugin:unuseddefaultparams in include/filterNoel Grandin
2016-02-25convert StandardSQLState to scoped enumNoel Grandin
2016-02-25convert SQLExceptionInfo::TYPE to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08loplugin:unusedmethodsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2014-08-21staruno -> css::unoThomas Arnhold
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-04-06coverity#706292,95-96,98: Uncaught exceptionNorbert Thiebaud
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-08SAL_WARN_UNUSED css::uno::TypeStephan Bergmann
2013-09-12Fix throwFunctionNotSupportedException.Andrzej J.R. Hunt
2013-09-12Explicitly wrap char as OUString.Andrzej J.R. Hunt
2013-09-12Remove sal_char* from dbexception and some cleanup.Andrzej J.R. Hunt
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt