summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Blob.cxx
AgeCommit message (Expand)Author
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