summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
AgeCommit message (Expand)AuthorFilesLines
2020-06-06tdf#122461 SQL identifiers (names) can contain newlinesLionel Elie Mamane1-1/+3
2020-04-26tdf#132385: sql parser: don't drop clauses from window specificationJulien Nabet1-8/+10
2019-10-09Resolve FIXME Decimal Separator should be OUString (connectivity/dbaccess/svx)Julien Nabet1-12/+13
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin1-2/+1
2019-09-06TyposAndrea Gelmini1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-07tdf#126588 crash in saving viewNoel Grandin2-0/+2
2019-07-02Slight reformattingAndrea Gelmini1-2/+2
2019-04-18Fix typoAndrea Gelmini1-3/+3
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen1-0/+3
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov1-7/+7
2019-02-27Untabify .l files (to silence loplugin:indentation warnings)Stephan Bergmann1-8/+8
2019-02-27Add missing modelines to .l filesStephan Bergmann1-18/+21
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann2-2/+2
2018-12-21pass OSQLParseNode around by unique_ptrNoel Grandin2-7/+6
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin2-2/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-25/+25
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin2-3/+2
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-2/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-2/+2
2018-09-29Fix typoAndrea Gelmini1-1/+1
2018-09-21new loplugin:methodcyclesNoel Grandin1-67/+0
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-9/+6
2018-07-27connectivity: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-5/+0
2018-07-16Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-04-14tdf#105075 Firebird: Support Limit of query_GUITamas Bunth1-0/+20
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2-4/+4
2018-04-01fix some openoffice bugzilla linksdennisroczek1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-02-05loplugin:useuniqueptr in OSQLParseNodeNoel Grandin1-29/+34
2018-01-31connectivity: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2-11/+16
2018-01-30coverity#1421119 Dereference after null checkCaolán McNamara1-5/+11
2018-01-27Modernize a bit connectivity (part2)Julien Nabet2-44/+34
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann2-29/+29
2018-01-04tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane1-0/+5
2018-01-02tdf#104986: Add MILLISECOND, WEEKDAY, and YEARDAY tokens for FirebirdTor Lillqvist2-2/+5
2017-10-23loplugin:includeform: connectivityStephan Bergmann3-4/+4
2017-10-03new loplugin:blockblockNoel Grandin1-15/+13
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin1-2/+2
2017-07-19loplugin:constparams in connectivityNoel Grandin2-8/+8
2017-07-13loplugin:oncevar: empty strings: connectivityStephan Bergmann1-2/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann1-1/+0
2017-06-27In OSQLParseTreeIterator::traverseCreateColumns, nLen has always been ignoredStephan Bergmann1-7/+0
2017-06-05Improved loplugin:cstylecast to reference types: connectivityStephan Bergmann1-1/+1
2017-05-31simplify OSQLScanner::SQLyyerrorNoel Grandin1-28/+10
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin2-10/+8