summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysqlc/mysqlc_resultset.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-03-04improve type safety in mysqlc::OResultSetNoel Grandin1-2/+2
2024-05-07loplugin:ostr in connectivityNoel Grandin1-12/+13
2023-12-29Use emplace_back instead of push_back (connectivity/mysqlc)Julien Nabet1-4/+4
2023-06-04Use getXWeak in connectivityMike Kaganski1-1/+1
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-2/+1
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+1
2022-05-05use more string_viewNoel Grandin1-15/+18
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-4/+4
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin1-2/+2
2022-02-18Simplify sequence of Property in connectivity/mysqlcJulien Nabet1-15/+10
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2020-05-09mysql-sdbc: resultset: do not keep m_pResult after freeing itLionel Elie Mamane1-4/+14
2020-05-09mysql-sdbc: fill SQLSTATE field of SQLException when throwing itLionel Elie Mamane1-2/+2
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen1-9/+0
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann1-1/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-12/+4
2019-01-29mysqlc: fix timestamp query of result setTamas Bunth1-4/+7
2019-01-22mysqlc: resultset's previous() on first position..Tamas Bunth1-1/+8
2019-01-22mysqlc: fetch data exactly when it's neededTamas Bunth1-41/+41
2018-12-31mysqlc: ensure fetched result while invoking lastTamas Bunth1-0/+1
2018-12-14mysqlc: Fix obtaining field information in rsTamas Bunth1-9/+20
2018-11-24mysqlc: next() should move cursor from LastTamas Bunth1-1/+7
2018-11-09mysqlc: fix return value of XResultSet::nextTamas Bunth1-1/+1
2018-11-08loplugin:unusedfieldsNoel Grandin1-2/+1
2018-11-05mysqlc: allow multiple open statementsTamas Bunth1-152/+131
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-19/+19
2018-09-13mysqlc: Fix XResultSet::absolute and previousTamas Bunth1-1/+4
2018-09-11loplugin:unusedmethodsNoel Grandin1-1/+1
2018-09-07mysqlc: ensure cursor is not out of rangeTamas Bunth1-19/+66
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-1/+0
2018-09-01mysqlc: implement beforeFirst and fix findColumnTamas Bunth1-3/+2
2018-08-31tdf#119615 Ownership of m_aFields is..Tamas Bunth1-2/+0
2018-08-27coverity#1438785 Uninitialized pointer fieldCaolán McNamara1-0/+1
2018-08-27mysqlc: Fix issue by freeing result setsTamas Bunth1-0/+3
2018-08-24Moving mysqlc into connectivity as a libraryTamas Bunth1-0/+1068