summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbc/OPreparedStatement.cxx
AgeCommit message (Expand)Author
2024-09-12use more concrete UNO classes in connectivityNoel Grandin
2024-07-28tdf#162219: pass correct DecimalDigits value to SQLBindParameterMike Kaganski
2024-07-27tdf#68676, tdf#131238: implement and use Unicode ODBC functions on WindowsMike Kaganski
2024-07-26Refactor ODBC functions code for clarityMike Kaganski
2024-05-07loplugin:ostr in connectivityNoel Grandin
2024-05-05use [[noreturn]] for these throw helpersCaolán McNamara
2024-04-01tdf#146619 Drop unused 'using namespace' in: connectivity/Gabor Kelemen
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann
2021-11-23remove ORowSetValue implicit conversion methodsNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-22loplugin:refcounting in connectivityNoel
2021-02-18createResulSet -> createResultSetNoel Grandin
2021-02-17loplugin:referencecasting in connectivityNoel
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-05-07loplugin:useuniqueptr in OPreparedStatementNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-04tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-08-31Use vector and replace m_aBatchList by m_aBatchVectorJulien Nabet
2017-07-21migrate to boost::gettextCaolán McNamara
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-06-09remove some manual ref-counting in connectivityNoel Grandin
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-05-06connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl
2016-02-09Remove excess newlinesChris Sherlock
2015-12-13ODBC SQLBindParameter nitpick: correct DecimalDigits for exact numeric valuesLionel Elie Mamane
2015-12-13tdf#96461 ODBC SQLBindParameter: correct DecimalDigits for time(date) valuesLionel Elie Mamane
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-09-09Get rid of connectivity's diagnose_ex.hStephan Bergmann
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann
2015-05-29convert ODBC3SQL constants to scoped enumNoel Grandin
2015-05-17Remove include stdio (part1)Julien Nabet
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-10-03loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-05be more paranoidLionel Elie Mamane
2014-07-13coverity#706364 Uncaught exceptionCaolán McNamara
2014-07-02coverity#706364 Uncaught exceptionCaolán McNamara
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara
2014-06-28odbc driver: let's not allocate the buffer twice for nothingNorbert Thiebaud