summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
AgeCommit message (Expand)Author
2013-10-02Fix warnings in sqlflex.l, sqlbison.yStephan Bergmann
2013-09-13translate german comments in sqlbison.yMichael Stahl
2013-09-13fix Apple g++ 4.2.1 unused function warning in sqlbison.yMichael Stahl
2013-09-13setting a table name on an expression/function call makes no senseLionel Elie Mamane
2013-09-13remove an arbitrary level of nested parenthesesLionel Elie Mamane
2013-09-13Don't clobber argument on failureLionel Elie Mamane
2013-09-05use replaceFirstThomas Arnhold
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-11connectivity bison/flex: get rid on unnecessary static OUString()Norbert Thiebaud
2013-07-11unused variable 'sTableName' [loplugin]Eike Rathke
2013-07-11sort is ascending by defaultLionel Elie Mamane
2013-07-11give right function name in debug messagesLionel Elie Mamane
2013-07-11ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane
2013-07-11remove unreachable code, reorganise OSL_ENSUREsLionel Elie Mamane
2013-07-11lcl_getColumnRange: no table range -> match 1st name-matching select columnLionel Elie Mamane
2013-07-10Further fallout from the connectivity SQL parser changesTor Lillqvist
2013-07-10Avoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stageTor Lillqvist
2013-07-10WaE: unused functionsTor Lillqvist
2013-07-10Undef SQLyyerror, tooTor Lillqvist
2013-07-10make aEmptyString constLionel Elie Mamane
2013-07-10compatibility with 2008-era bison (2.3)Lionel Elie Mamane
2013-07-10fix doubly-defined aEmptyStr with Bison 2.3Lionel Elie Mamane
2013-07-10TODO noteLionel Elie Mamane
2013-07-10remove bogus testLionel Elie Mamane
2013-07-10make SQL grammar Generalised LRLionel Elie Mamane
2013-07-10fdo#58644 fix handling of subqueriesLionel Elie Mamane
2013-06-28remove pointless external guards for standard headersMichael Stahl
2013-06-28impl_parseLikeNodeToString_throw should be called only on a like_predicateLionel Elie Mamane
2013-06-28fdo#66130 correct "skip column name" condition for LIKE predicateLionel Elie Mamane
2013-06-18Revert "fdo#65653, fdo#65619, fdo#65216: Missing check"Lionel Elie Mamane
2013-06-18fdo#65653 make columnMatchP saferLionel Elie Mamane
2013-06-17fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-06-15fdo#65653, fdo#65619, fdo#65216: Missing checkZolnai Tamás
2013-05-23RHEL-5 baseline ver of flex doesn't have nounistdCaolán McNamara
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl
2013-04-26remove never-generated "predicate_check" entryLionel Elie Mamane
2013-04-26QueryDesign: in criteria, remove matching column_ref in simple expressionsLionel Elie Mamane
2013-04-26remove unused constLionel Elie Mamane
2013-04-26QueryDesign: in criteria, remove column_ref when table *and* column name matchLionel Elie Mamane
2013-04-26janitorial: indentation, spacing, ...Lionel Elie Mamane
2013-04-26sal_Bool -> boolLionel Elie Mamane
2013-04-23reword commentLionel Elie Mamane
2013-04-23isEmpty() instead of getLength()==0Lionel Elie Mamane
2013-04-23Base: fix incorrect field removal in criterion inside query design viewOlivier Ploton
2013-04-15demote OSQLParser::RuleIDToRule failure to INFOLionel Elie Mamane
2013-04-10remove impossible caseLionel Elie Mamane
2013-04-10janitorial: indentationLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann