summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Util.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-28tdf#104734 Firebird: Add Binary (fix) typeTamas Bunth1-3/+36
2017-03-31fix typo: databse --> databasedennisroczek1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-1/+1
2017-01-30tdf#105101 check scale to determine subtypeTamás Bunth1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-2/+1
2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann1-0/+2
2016-11-21get table name from resultset simplyWastack1-4/+0
2016-11-12Related tdf#70433: Use subtype to distinguish BLOB/CLOB for FirebirdJulien Nabet1-0/+8
2016-11-10WiP tdf#74172 use DECIMAL and NUMERIC data typesWastack1-2/+3
2016-08-18tdf#69949 GSoC Firebird implement autoincrementWastack1-1/+10
2016-05-30com::sun::star->css in connectivityNoel Grandin1-2/+2
2014-10-13coverity#1158396 Uncaught exceptionCaolán McNamara1-3/+11
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold1-3/+3
2013-08-21Simplify/improve sanitizeIdentifier usage. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-15Free SQLVAR as appropriate. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-14Trim sql identifiers as needed. (firebird-sdbc)Andrzej J.R. Hunt1-3/+6
2013-07-31Cut identifier to correct length (firebird-sdbc).Andrzej J.R. Hunt1-0/+8
2013-07-25Make evaluateStatusVector a namespace function. (firebird-sdbc)Andrzej J.R. Hunt1-0/+11
2013-07-22Move allocation of SQLVAR memory to Util (firebird-sdbc).Andrzej J.R. Hunt1-0/+6
2013-07-22Add conversion of blr types to firebird SQL_ types.Andrzej J.R. Hunt1-2/+10
2013-07-22Move sqltype identification into Util (firebird-sdbc).Andrzej J.R. Hunt1-0/+27