summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/firebird/Blob.cxx
Commit message (Expand)AuthorAgeFilesLines
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-2/+2
* More loplugin:cstylecast: connectivityStephan Bergmann2018-01-121-1/+1
* coverity#1427009 Uninitialized scalar fieldCaolán McNamara2017-12-301-0/+1
* tdf#104734 Firebird improve XClob implementationTamas Bunth2017-12-281-7/+58
* Firebird: check isc_blob_info errorTamas Bunth2017-12-091-1/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-1/+1
* loplugin:constparams handle constructorsNoel Grandin2017-07-281-1/+1
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-2/+1
* Add missing #includesStephan Bergmann2017-02-061-0/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-12/+0
* XBlob::getBytes expects 1-indexed positionTamás Bunth2017-01-111-3/+4
* connecitivty: [loplugin:nullptr]Michael Stahl2016-06-211-0/+8
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* Some more loplugin:cstylecast: connectivityStephan Bergmann2015-01-201-1/+1
* coverity#1158396 Uncaught exceptionCaolán McNamara2014-11-141-2/+29
* coverity#1158395 Uncaught exceptionCaolán McNamara2014-10-311-5/+51
* coverity#1158396 Uncaught exceptionCaolán McNamara2014-10-131-2/+5
* coverity#706376 Uncaught exceptionCaolán McNamara2014-07-211-2/+2
* connectivity: fix includesThomas Arnhold2014-06-041-1/+1
* cppcheck: Exception should be caught by referenceThomas Arnhold2014-05-221-2/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-10/+10
* fdo#70664 Allow reading firebird Blob as InputStream.Andrzej Hunt2014-01-011-95/+146
* Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt2013-07-311-1/+1
* Make evaluateStatusVector a namespace function. (firebird-sdbc)Andrzej J.R. Hunt2013-07-251-12/+6
* Implement the first parts of XBlob. (firebird-sdbc)Andrzej J.R. Hunt2013-07-211-0/+214