summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/sqliterator.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-22Use emplace_back instead of push_back (connectivity)Julien Nabet1-1/+1
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: connectivityStephan Bergmann1-1/+1
2023-09-01connectiviy: fix to detect column data typeHenry Castro1-0/+4
2023-04-20Typo: nCurentPos->nCurrentPos (connectivity/sqliterator)Julien Nabet1-3/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin1-2/+3
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-2/+3
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann1-1/+1
2021-09-27fetch the column names once and keep it up to date as new names insertedCaolán McNamara1-2/+6
2021-09-27pass the column names in as an external argumentCaolán McNamara1-13/+11
2021-09-27split getUniqueColumnNameCaolán McNamara1-1/+10
2021-09-27appendColumns is always called with m_aSelectColumns as 1st argCaolán McNamara1-4/+4
2021-09-27setSelectColumnName is always called with m_aSelectColumns as 1st argCaolán McNamara1-13/+11
2021-09-27ofz#39309 collect the names just onceCaolán McNamara1-15/+13
2021-06-08Simplify Sequences initializations (comphelper+connectivity)Julien Nabet1-4/+1
2021-03-27tdf#141115: correctly find the ORDER BY clause of a UNIONLionel Elie Mamane1-5/+22
2021-02-22loplugin:refcounting in connectivityNoel1-23/+18
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-2/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-2/+2
2020-05-13Removed duplicated includeAndrea Gelmini1-1/+0
2020-05-13use std::optional for this error fieldNoel Grandin1-5/+7
2020-03-18simplify ORefVector codeNoel Grandin1-31/+31
2020-01-24loplugin:makeshared in connectivity..cppuhelperNoel Grandin1-3/+3
2019-12-18sal_Char->char in connectivityNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
2019-09-06TyposAndrea Gelmini1-1/+1
2019-04-18Fix typoAndrea Gelmini1-3/+3
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann1-1/+1
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-2/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-09-21new loplugin:methodcyclesNoel Grandin1-67/+0
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-3/+3
2018-01-27Modernize a bit connectivity (part2)Julien Nabet1-24/+18
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: connectivityStephan Bergmann1-2/+2
2017-07-19loplugin:constparams in connectivityNoel Grandin1-5/+5
2017-07-13loplugin:oncevar: empty strings: connectivityStephan Bergmann1-2/+1
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann1-1/+0
2017-06-27In OSQLParseTreeIterator::traverseCreateColumns, nLen has always been ignoredStephan Bergmann1-7/+0
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-3/+2
2017-04-27tdf#39468 cleanup source code commentsdennisroczek1-12/+11
2017-03-29tdf#39468 Translate German commentsJens Carl1-2/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-03-03Fix typosAndrea Gelmini1-1/+1