summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Blob.cxx
AgeCommit message (Expand)Author
2024-05-07loplugin:ostr in connectivityNoel Grandin
2024-05-05use [[noreturn]] for these throw helpersCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2021-09-10Use std::vector instead of css::uno::SequenceMike Kaganski
2021-09-10tdf#120129: don't forget to update buffer size to actual lengthMike Kaganski
2021-06-10update firebird modelinesCaolán McNamara
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-04-18loplugin:flatten connectivityNoel Grandin
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen
2019-06-14loplugin:logexceptionnicely in configmgr..connectivityNoel Grandin
2018-11-05Fix typosAndrea Gelmini
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2017-12-30coverity#1427009 Uninitialized scalar fieldCaolán McNamara
2017-12-28tdf#104734 Firebird improve XClob implementationTamas Bunth
2017-12-09Firebird: check isc_blob_info errorTamas Bunth
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-11XBlob::getBytes expects 1-indexed positionTamás Bunth
2016-06-21connecitivty: [loplugin:nullptr]Michael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann
2014-11-14coverity#1158396 Uncaught exceptionCaolán McNamara
2014-10-31coverity#1158395 Uncaught exceptionCaolán McNamara
2014-10-13coverity#1158396 Uncaught exceptionCaolán McNamara
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-22cppcheck: Exception should be caught by referenceThomas Arnhold
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-01fdo#70664 Allow reading firebird Blob as InputStream.Andrzej Hunt
2013-07-31Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt
2013-07-25Make evaluateStatusVector a namespace function. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-21Implement the first parts of XBlob. (firebird-sdbc)Andrzej J.R. Hunt