summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [a-c]*Gabor Kelemen1-2/+0
2021-12-19use more cppu::BaseMutexNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-03-23tdf#124176 Use pragma once in connectivityVincent LE GARREC1-3/+1
2020-07-18compact namespace: connectivityNoel Grandin1-5/+3
2020-05-09mysql-sdbc: resultset: do not keep m_pResult after freeing itLionel Elie Mamane1-1/+0
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+2
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-2/+1
2019-03-04new loplugin typedefparamNoel Grandin1-1/+2
2019-01-29mysqlc: fix timestamp query of result setTamas Bunth1-1/+1
2019-01-24Fix typoAndrea Gelmini1-1/+1
2019-01-22mysqlc: fetch data exactly when it's neededTamas Bunth1-0/+22
2018-12-14mysqlc: Fix obtaining field information in rsTamas Bunth1-2/+2
2018-11-08loplugin:unusedfieldsNoel Grandin1-2/+0
2018-11-05mysqlc: allow multiple open statementsTamas Bunth1-5/+20
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-6/+6
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann1-91/+88
2018-09-07mysqlc: ensure cursor is not out of rangeTamas Bunth1-3/+4
2018-08-31tdf#119615 Ownership of m_aFields is..Tamas Bunth1-1/+1
2018-08-24Moving mysqlc into connectivity as a libraryTamas Bunth1-0/+246