summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/PreparedStatement.cxx
AgeCommit message (Expand)Author
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-05m_pInSqlda is not needed in prepareAndDescribeStatementMike Kaganski
2021-06-10update firebird modelinesCaolán McNamara
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-17loplugin:referencecasting in connectivityNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2020-11-08tdf#130596 FIREBIRD error in query input param when referred field is SQL_LONGJulien Nabet
2020-04-28Fix typosAndrea Gelmini
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2019-09-23tdf#127657: FIREBIRD error in query input param when referred field is integerJulien Nabet
2019-07-31tdf#123591: truncate and round to 'scale' number of decimal placesXisco Fauli
2019-07-13tdf#123591: Firebird: Fix setting double valuesTamas Bunth
2019-07-10tdf#123591: Firebird: take decimal places into account...Xisco Fauli
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-21tdf#120576 avoid crash during database migrationCaolán McNamara
2018-11-17Fix typosAndrea Gelmini
2018-11-11tdf#120703 PVS: V555Mike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-05-28tdf#117446: FB mig, (VAR)BINARY, fix memory managementJulien Nabet
2018-04-07dbaccess: Enable hsql migration by defaultTamas Bunth
2018-03-07Firebird: allow setting BINARY fix and VARBINARYTamas Bunth
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-04firebird-sdbc: check parameter index before setting in all casesLionel Elie Mamane
2018-01-02tdf#71007: Pass also fractional seconds to/from FirebirdTor Lillqvist
2018-01-01Related tdf#104942: implement setByte on firebirdJulien Nabet
2017-12-28tdf#104734 Firebird improve XClob implementationTamas Bunth
2017-12-09Firebird: Revert not closing cursor,..Tamas Bunth
2017-12-09clean code at setObjectWithInfoTamas Bunth
2017-12-09tdf#70425 do not close cursor explicitlyTamas Bunth
2017-12-09tdf#70425 Firebird: accept integers in setDoubleTamas Bunth
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-23loplugin:redundantcast toNumericWithoutDecimalPlace returns sal_Int64 alreadyCaolán McNamara
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-23tdf#104858: fix typoJulien Nabet
2016-12-11tdf#103074 Implement Boolean Type for FB driverWastack
2016-11-21get table name from resultset simplyWastack
2016-11-21tdf#74172 ensure prepared while setting numericWastack
2016-11-12coverity#1394295 Unchecked return valueCaolán McNamara
2016-11-10loplugin:staticmethodsStephan Bergmann
2016-11-10loplugin:stringconstantStephan Bergmann
2016-11-10WiP tdf#74172 use DECIMAL and NUMERIC data typesWastack
2016-08-18tdf#69949 GSoC Firebird implement autoincrementWastack
2016-08-17tdf#91324 correct firebird date formatWastack
2016-06-21connecitivty: [loplugin:nullptr]Michael Stahl