summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/firebird/Util.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#130334: Firebird deal with array fieldsJulien Nabet2020-03-251-6/+6
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-171-1/+1
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann2019-07-311-16/+16
* New loplugin:externalStephan Bergmann2018-09-171-2/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-161-0/+1
* tdf#104734 Firebird: Add LONGVARBINARY/Image typeTamas Bunth2017-12-281-0/+2
* tdf#104734 Firebird improve XClob implementationTamas Bunth2017-12-281-7/+8
* tdf#104734 Firebird: Add VARBINARY type to driverTamas Bunth2017-12-281-2/+5
* tdf#104734 Firebird: Add Binary (fix) typeTamas Bunth2017-12-281-87/+98
* tdf#105101 check scale to determine subtypeTamás Bunth2017-01-301-3/+13
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-1/+0
* tdf#103074 Implement Boolean Type for FB driverWastack2016-12-111-0/+10
* get table name from resultset simplyWastack2016-11-211-218/+0
* Related tdf#70433: Use subtype to distinguish BLOB/CLOB for FirebirdJulien Nabet2016-11-121-1/+11
* WiP tdf#74172 use DECIMAL and NUMERIC data typesWastack2016-11-101-2/+44
* tdf#69949 GSoC Firebird implement autoincrementWastack2016-08-181-0/+234
* tdf#96572 firebird correctly transmit request for NULLLionel Elie Mamane2015-12-181-11/+5
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-3/+3
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-13/+13
* Some more loplugin:cstylecast: connectivityStephan Bergmann2015-01-201-1/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-091-1/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-2/+0
* coverity#1158396 Uncaught exceptionCaolán McNamara2014-10-131-25/+31
* coverity#1079093 Uncaught exceptionCaolán McNamara2014-07-261-5/+11
* fdo#80574 firebird memory management issuesNorbert Thiebaud2014-06-271-3/+11
* Firebird: Use explicit integer sizes.Andrzej J.R. Hunt2013-10-271-2/+2
* FIREBIRD: SQL_INT64 should be 8 bytesArnaud Versini2013-10-271-2/+2
* Implement malloc'ing of date/time/timestamp (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-9/+5
* SQL_FLOAT corresponds to DataType::FLOAT.Andrzej J.R. Hunt2013-08-281-2/+2
* Use correct type for SQL_FLOAT. (firebird-sdbc)Andrzej J.R. Hunt2013-08-281-1/+1
* Simplify/improve sanitizeIdentifier usage. (firebird-sdbc)Andrzej J.R. Hunt2013-08-211-4/+4
* Free SQLVAR as appropriate. (firebird-sdbc)Andrzej J.R. Hunt2013-08-151-0/+47
* Trim sql identifiers as needed. (firebird-sdbc)Andrzej J.R. Hunt2013-08-141-3/+5
* Correctly handle varchar. (firebird-sdbc)Andrzej J.R. Hunt2013-08-061-2/+1
* Cut identifier to correct length (firebird-sdbc).Andrzej J.R. Hunt2013-07-311-0/+6
* Make evaluateStatusVector a namespace function. (firebird-sdbc)Andrzej J.R. Hunt2013-07-251-0/+31
* Move allocation of SQLVAR memory to Util (firebird-sdbc).Andrzej J.R. Hunt2013-07-221-2/+67
* Fix blr type conversion.Andrzej J.R. Hunt2013-07-221-1/+1
* Add conversion of blr types to firebird SQL_ types.Andrzej J.R. Hunt2013-07-221-2/+49
* Move sqltype identification into Util (firebird-sdbc).Andrzej J.R. Hunt2013-07-221-0/+104