Age | Commit message (Expand) | Author |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-02 | Fix warnings in sqlflex.l, sqlbison.y | Stephan Bergmann |
2013-09-13 | translate german comments in sqlbison.y | Michael Stahl |
2013-09-13 | fix Apple g++ 4.2.1 unused function warning in sqlbison.y | Michael Stahl |
2013-09-13 | setting a table name on an expression/function call makes no sense | Lionel Elie Mamane |
2013-09-13 | remove an arbitrary level of nested parentheses | Lionel Elie Mamane |
2013-09-13 | Don't clobber argument on failure | Lionel Elie Mamane |
2013-09-05 | use replaceFirst | Thomas Arnhold |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-07-11 | connectivity bison/flex: get rid on unnecessary static OUString() | Norbert Thiebaud |
2013-07-11 | unused variable 'sTableName' [loplugin] | Eike Rathke |
2013-07-11 | sort is ascending by default | Lionel Elie Mamane |
2013-07-11 | give right function name in debug messages | Lionel Elie Mamane |
2013-07-11 | ORDER BY columns are prioritarily *SELECT* columns | Lionel Elie Mamane |
2013-07-11 | remove unreachable code, reorganise OSL_ENSUREs | Lionel Elie Mamane |
2013-07-11 | lcl_getColumnRange: no table range -> match 1st name-matching select column | Lionel Elie Mamane |
2013-07-10 | Further fallout from the connectivity SQL parser changes | Tor Lillqvist |
2013-07-10 | Avoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stage | Tor Lillqvist |
2013-07-10 | WaE: unused functions | Tor Lillqvist |
2013-07-10 | Undef SQLyyerror, too | Tor Lillqvist |
2013-07-10 | make aEmptyString const | Lionel Elie Mamane |
2013-07-10 | compatibility with 2008-era bison (2.3) | Lionel Elie Mamane |
2013-07-10 | fix doubly-defined aEmptyStr with Bison 2.3 | Lionel Elie Mamane |
2013-07-10 | TODO note | Lionel Elie Mamane |
2013-07-10 | remove bogus test | Lionel Elie Mamane |
2013-07-10 | make SQL grammar Generalised LR | Lionel Elie Mamane |
2013-07-10 | fdo#58644 fix handling of subqueries | Lionel Elie Mamane |
2013-06-28 | remove pointless external guards for standard headers | Michael Stahl |
2013-06-28 | impl_parseLikeNodeToString_throw should be called only on a like_predicate | Lionel Elie Mamane |
2013-06-28 | fdo#66130 correct "skip column name" condition for LIKE predicate | Lionel Elie Mamane |
2013-06-18 | Revert "fdo#65653, fdo#65619, fdo#65216: Missing check" | Lionel Elie Mamane |
2013-06-18 | fdo#65653 make columnMatchP safer | Lionel Elie Mamane |
2013-06-17 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Radu Ioan |
2013-06-15 | fdo#65653, fdo#65619, fdo#65216: Missing check | Zolnai Tamás |
2013-05-23 | RHEL-5 baseline ver of flex doesn't have nounistd | Caolán McNamara |
2013-05-15 | Spelling "separate" (etc) correctly is hard | Tor Lillqvist |
2013-05-10 | soltools: remove Package_inc and empty unistd.h nonsense | Michael Stahl |
2013-04-26 | remove never-generated "predicate_check" entry | Lionel Elie Mamane |
2013-04-26 | QueryDesign: in criteria, remove matching column_ref in simple expressions | Lionel Elie Mamane |
2013-04-26 | remove unused const | Lionel Elie Mamane |
2013-04-26 | QueryDesign: in criteria, remove column_ref when table *and* column name match | Lionel Elie Mamane |
2013-04-26 | janitorial: indentation, spacing, ... | Lionel Elie Mamane |
2013-04-26 | sal_Bool -> bool | Lionel Elie Mamane |
2013-04-23 | reword comment | Lionel Elie Mamane |
2013-04-23 | isEmpty() instead of getLength()==0 | Lionel Elie Mamane |
2013-04-23 | Base: fix incorrect field removal in criterion inside query design view | Olivier Ploton |
2013-04-15 | demote OSQLParser::RuleIDToRule failure to INFO | Lionel Elie Mamane |
2013-04-10 | remove impossible case | Lionel Elie Mamane |
2013-04-10 | janitorial: indentation | Lionel Elie Mamane |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |