summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Util.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-10-18tdf#163486: PVS: Identical branchesBogdan Buzea1-2/+0
2024-09-04Optimize taking powers of 10, and move to the only place it's usedMike Kaganski1-11/+0
2024-05-07loplugin:ostr in connectivityNoel Grandin1-23/+23
2023-03-24loplugin:stringadd in c*Noel Grandin1-2/+2
2022-10-11escapeWith is just a substitution for OUString::replaceAllMike Kaganski1-16/+0
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-1/+1
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin1-4/+5
2021-12-27Related tdf#130595: SQL_NULL means pVar->sqldata = nullptrJulien Nabet1-2/+4
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-06-10update firebird modelinesCaolán McNamara1-2/+3
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-01-29loplugin:stringviewparam extend to new..Noel1-2/+2
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-3/+3
2020-11-02Fix regression after aba06f2c3a39f33007a8f4e6e234254f42e01f0dJulien Nabet1-2/+6
2020-10-31tdf#121553: Firebird, fix datatypes managementJulien Nabet1-4/+6
2020-10-29tdf#137801: Firebird fix warn when changing a table having a field type BLOBJulien Nabet1-40/+52
2020-04-14loplugin:buriedassign in c*Noel Grandin1-4/+6
2020-03-09tdf#130334: Firebird deal with array fieldsJulien Nabet1-6/+6
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen1-1/+0
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen1-0/+3
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
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