summaryrefslogtreecommitdiffstats
path: root/connectivity/source/parse
Commit message (Expand)AuthorAgeFilesLines
* Adapt to Bison 3.8 internal yyn -> yyrule renameStephan Bergmann2022-08-151-0/+6
* tdf#105075 Firebird: Support Limit of query_GUITamas Bunth2018-04-141-0/+20
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-032-4/+4
* fix some openoffice bugzilla linksdennisroczek2018-04-011-1/+1
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* loplugin:useuniqueptr in OSQLParseNodeNoel Grandin2018-02-051-29/+34
* connectivity: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-01-312-11/+16
* coverity#1421119 Dereference after null checkCaolán McNamara2018-01-301-5/+11
* Modernize a bit connectivity (part2)Julien Nabet2018-01-272-44/+34
* More loplugin:cstylecast: connectivityStephan Bergmann2018-01-122-29/+29
* tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane2018-01-041-0/+5
* tdf#104986: Add MILLISECOND, WEEKDAY, and YEARDAY tokens for FirebirdTor Lillqvist2018-01-022-2/+5
* loplugin:includeform: connectivityStephan Bergmann2017-10-233-4/+4
* new loplugin:blockblockNoel Grandin2017-10-031-15/+13
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* loplugin:unusedfields some untouched fieldsNoel Grandin2017-07-241-2/+2
* loplugin:constparams in connectivityNoel Grandin2017-07-192-8/+8
* loplugin:oncevar: empty strings: connectivityStephan Bergmann2017-07-131-2/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-051-1/+1
* loplugin:casttovoid: connectivityStephan Bergmann2017-07-021-1/+0
* In OSQLParseTreeIterator::traverseCreateColumns, nLen has always been ignoredStephan Bergmann2017-06-271-7/+0
* Improved loplugin:cstylecast to reference types: connectivityStephan Bergmann2017-06-051-1/+1
* simplify OSQLScanner::SQLyyerrorNoel Grandin2017-05-311-28/+10
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-092-10/+8
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert connectivity module away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* tdf#39468 cleanup source code commentsdennisroczek2017-04-271-12/+11
* tdf#39468 Translate German commentsJens Carl2017-03-293-14/+14
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* Fix typosAndrea Gelmini2017-03-031-1/+1
* loplugin:loopvartoosmallStephan Bergmann2017-02-261-1/+1
* remove unused enumerators from SQLNodeTypeNoel Grandin2017-02-171-18/+0
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-152-10/+10
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-312-30/+30
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-1/+1
* no special support for MACOSX PPC in master for a while nowCaolán McNamara2017-01-171-2/+0
* New loplugin:externvar: connectivityStephan Bergmann2017-01-092-2/+2
* hack to silence -Wunused-functionCaolán McNamara2017-01-091-0/+2
* Fix loplugin warnings in sqlflex.lStephan Bergmann2017-01-041-9/+9
* Fix loplugin warnings in sqlbison.yStephan Bergmann2017-01-041-31/+31
* loplugin:constantparamNoel Grandin2016-11-152-9/+7
* loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin2016-11-101-1/+3
* loplugin:oncevar in cui..connectivityNoel Grandin2016-11-071-4/+2
* loplugin:expandablemethodds in include/connectivity..drawinglayerNoel Grandin2016-10-231-7/+1
* com::sun::star->css in connectivityNoel Grandin2016-05-303-15/+15
* tweak assert and switch to squeak by NDEBUG and nonNDEBUGCaolán McNamara2016-05-121-2/+2
* fall-through->SAL_FALLTHROUGHCaolán McNamara2016-05-121-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-101-0/+1
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-4/+4