summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/firebird/Util.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringadd in c*Noel Grandin2023-03-241-2/+2
* escapeWith is just a substitution for OUString::replaceAllMike Kaganski2022-10-111-16/+0
* Deduplicate O(U)StringConcatenationMike Kaganski2022-10-111-1/+1
* loplugin:stringviewparam convert methods using trimNoel Grandin2022-04-081-4/+5
* Related tdf#130595: SQL_NULL means pVar->sqldata = nullptrJulien Nabet2021-12-271-2/+4
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-231-1/+1
* update firebird modelinesCaolán McNamara2021-06-101-2/+3
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-1/+1
* loplugin:stringviewparam extend to new..Noel2021-01-291-2/+2
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-301-3/+3
* Fix regression after aba06f2c3a39f33007a8f4e6e234254f42e01f0dJulien Nabet2020-11-021-2/+6
* tdf#121553: Firebird, fix datatypes managementJulien Nabet2020-10-311-4/+6
* tdf#137801: Firebird fix warn when changing a table having a field type BLOBJulien Nabet2020-10-291-40/+52
* loplugin:buriedassign in c*Noel Grandin2020-04-141-4/+6
* tdf#130334: Firebird deal with array fieldsJulien Nabet2020-03-091-6/+6
* tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen2020-01-141-1/+0
* tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen2019-12-161-0/+3
* 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