summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Util.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann1-16/+16
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-12-28tdf#104734 Firebird: Add LONGVARBINARY/Image typeTamas Bunth1-0/+2
2017-12-28tdf#104734 Firebird improve XClob implementationTamas Bunth1-7/+8
2017-12-28tdf#104734 Firebird: Add VARBINARY type to driverTamas Bunth1-2/+5
2017-12-28tdf#104734 Firebird: Add Binary (fix) typeTamas Bunth1-87/+98
2017-01-30tdf#105101 check scale to determine subtypeTamás Bunth1-3/+13
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+0
2016-12-11tdf#103074 Implement Boolean Type for FB driverWastack1-0/+10
2016-11-21get table name from resultset simplyWastack1-218/+0
2016-11-12Related tdf#70433: Use subtype to distinguish BLOB/CLOB for FirebirdJulien Nabet1-1/+11
2016-11-10WiP tdf#74172 use DECIMAL and NUMERIC data typesWastack1-2/+44
2016-08-18tdf#69949 GSoC Firebird implement autoincrementWastack1-0/+234
2015-12-18tdf#96572 firebird correctly transmit request for NULLLionel Elie Mamane1-11/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-13/+13
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann1-1/+1
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-2/+0
2014-10-13coverity#1158396 Uncaught exceptionCaolán McNamara1-25/+31
2014-07-26coverity#1079093 Uncaught exceptionCaolán McNamara1-5/+11
2014-06-27fdo#80574 firebird memory management issuesNorbert Thiebaud1-3/+11
2013-10-27Firebird: Use explicit integer sizes.Andrzej J.R. Hunt1-2/+2
2013-10-27FIREBIRD: SQL_INT64 should be 8 bytesArnaud Versini1-2/+2
2013-08-30Implement malloc'ing of date/time/timestamp (firebird-sdbc)Andrzej J.R. Hunt1-9/+5
2013-08-28SQL_FLOAT corresponds to DataType::FLOAT.Andrzej J.R. Hunt1-2/+2
2013-08-28Use correct type for SQL_FLOAT. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-21Simplify/improve sanitizeIdentifier usage. (firebird-sdbc)Andrzej J.R. Hunt1-4/+4
2013-08-15Free SQLVAR as appropriate. (firebird-sdbc)Andrzej J.R. Hunt1-0/+47
2013-08-14Trim sql identifiers as needed. (firebird-sdbc)Andrzej J.R. Hunt1-3/+5
2013-08-06Correctly handle varchar. (firebird-sdbc)Andrzej J.R. Hunt1-2/+1
2013-07-31Cut identifier to correct length (firebird-sdbc).Andrzej J.R. Hunt1-0/+6
2013-07-25Make evaluateStatusVector a namespace function. (firebird-sdbc)Andrzej J.R. Hunt1-0/+31
2013-07-22Move allocation of SQLVAR memory to Util (firebird-sdbc).Andrzej J.R. Hunt1-2/+67
2013-07-22Fix blr type conversion.Andrzej J.R. Hunt1-1/+1
2013-07-22Add conversion of blr types to firebird SQL_ types.Andrzej J.R. Hunt1-2/+49
2013-07-22Move sqltype identification into Util (firebird-sdbc).Andrzej J.R. Hunt1-0/+104