summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/sqliterator.cxx
AgeCommit message (Expand)Author
2021-09-27fetch the column names once and keep it up to date as new names insertedCaolán McNamara
2021-09-27pass the column names in as an external argumentCaolán McNamara
2021-09-27split getUniqueColumnNameCaolán McNamara
2021-09-27appendColumns is always called with m_aSelectColumns as 1st argCaolán McNamara
2021-09-27setSelectColumnName is always called with m_aSelectColumns as 1st argCaolán McNamara
2021-09-27ofz#39309 collect the names just onceCaolán McNamara
2021-06-08Simplify Sequences initializations (comphelper+connectivity)Julien Nabet
2021-03-27tdf#141115: correctly find the ORDER BY clause of a UNIONLionel Elie Mamane
2021-02-22loplugin:refcounting in connectivityNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-13Removed duplicated includeAndrea Gelmini
2020-05-13use std::optional for this error fieldNoel Grandin
2020-03-18simplify ORefVector codeNoel Grandin
2020-01-24loplugin:makeshared in connectivity..cppuhelperNoel Grandin
2019-12-18sal_Char->char in connectivityNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-06TyposAndrea Gelmini
2019-04-18Fix typoAndrea Gelmini
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-21new loplugin:methodcyclesNoel Grandin
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-01-27Modernize a bit connectivity (part2)Julien Nabet
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-07-19loplugin:constparams in connectivityNoel Grandin
2017-07-13loplugin:oncevar: empty strings: connectivityStephan Bergmann
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann
2017-06-27In OSQLParseTreeIterator::traverseCreateColumns, nLen has always been ignoredStephan Bergmann
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin
2017-04-27tdf#39468 cleanup source code commentsdennisroczek
2017-03-29tdf#39468 Translate German commentsJens Carl
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2016-11-15loplugin:constantparamNoel Grandin
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin
2016-11-07loplugin:oncevar in cui..connectivityNoel Grandin
2016-10-23loplugin:expandablemethodds in include/connectivity..drawinglayerNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet
2016-02-25convert StandardSQLState to scoped enumNoel Grandin