Age | Commit message (Expand) | Author | Files | Lines |
2013-07-12 | ORDER BY columns are prioritarily *SELECT* columns | Lionel Elie Mamane | 1 | -1/+27 |
2013-07-12 | sort is ascending by default | Lionel Elie Mamane | 1 | -1/+1 |
2013-07-10 | fdo#58644 fix handling of subqueries | Lionel Elie Mamane | 1 | -0/+1 |
2013-06-29 | fdo#66130 correct "skip column name" condition for LIKE predicate | Lionel Elie Mamane | 1 | -1/+1 |
2013-06-18 | fdo#65653 make columnMatchP safer | Lionel Elie Mamane | 1 | -0/+3 |
2013-06-15 | fdo#65653, fdo#65619, fdo#65216: Missing check | Zolnai Tamás | 1 | -1/+1 |
2013-05-23 | RHEL-5 baseline ver of flex doesn't have nounistd | Caolán McNamara | 1 | -1/+1 |
2013-05-15 | Spelling "separate" (etc) correctly is hard | Tor Lillqvist | 1 | -2/+2 |
2013-05-10 | soltools: remove Package_inc and empty unistd.h nonsense | Michael Stahl | 1 | -0/+1 |
2013-04-26 | remove never-generated "predicate_check" entry | Lionel Elie Mamane | 1 | -1/+0 |
2013-04-26 | QueryDesign: in criteria, remove matching column_ref in simple expressions | Lionel Elie Mamane | 1 | -103/+126 |
2013-04-26 | remove unused const | Lionel Elie Mamane | 1 | -5/+0 |
2013-04-26 | QueryDesign: in criteria, remove column_ref when table *and* column name match | Lionel Elie Mamane | 1 | -19/+54 |
2013-04-26 | janitorial: indentation, spacing, ... | Lionel Elie Mamane | 1 | -6/+6 |
2013-04-26 | sal_Bool -> bool | Lionel Elie Mamane | 1 | -2/+2 |
2013-04-23 | reword comment | Lionel Elie Mamane | 1 | -4/+6 |
2013-04-23 | isEmpty() instead of getLength()==0 | Lionel Elie Mamane | 1 | -1/+1 |
2013-04-23 | Base: fix incorrect field removal in criterion inside query design view | Olivier Ploton | 1 | -2/+5 |
2013-04-15 | demote OSQLParser::RuleIDToRule failure to INFO | Lionel Elie Mamane | 1 | -1/+1 |
2013-04-10 | remove impossible case | Lionel Elie Mamane | 1 | -2/+2 |
2013-04-10 | janitorial: indentation | Lionel Elie Mamane | 1 | -10/+11 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 4 | -265/+265 |
2013-03-27 | -Wunused-macros | Stephan Bergmann | 1 | -3/+0 |
2013-03-25 | remove external include guards | Thomas Arnhold | 1 | -38/+1 |
2013-03-25 | Fix warning: unused variable 'aMutex' [loplugin] | Tor Lillqvist | 1 | -5/+0 |
2013-03-25 | Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE} | Stephan Bergmann | 1 | -3/+3 |
2013-03-19 | coverity#704590 Explicit null dereferenced | Julien Nabet | 1 | -1/+1 |
2013-03-15 | Revert "cleanup sqlflex and sqlbison options" | Kohei Yoshida | 2 | -7/+0 |
2013-03-15 | cleanup sqlflex and sqlbison options | Peter Foley | 2 | -0/+7 |
2013-03-09 | fdo#43460: use isEmpty() | Thomas Arnhold | 2 | -14/+14 |
2013-03-08 | make use of startsWith() | Thomas Arnhold | 1 | -1/+1 |
2013-03-04 | coverity: merge traverse{OR,AND}Criteria into traverseSearchCondition | Lionel Elie Mamane | 1 | -62/+15 |
2013-02-25 | loplugin: improve indentation | Thomas Arnhold | 1 | -1/+1 |
2013-02-25 | loplugin: unused variables | Thomas Arnhold | 1 | -3/+1 |
2013-01-23 | SQL parser: no "as" rule anymore; now as_clause and opt_as | Lionel Elie Mamane | 1 | -4/+15 |
2013-01-23 | OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookup | Lionel Elie Mamane | 1 | -1/+12 |
2013-01-23 | Make UNKNOWN_RULE the default value of connectivity::OSQLParseNode::Rule | Lionel Elie Mamane | 1 | -4/+8 |
2012-12-11 | When parsing does not give a table name, take it from the column | Lionel Elie Mamane | 1 | -6/+9 |
2012-12-10 | fdo#46808, Convert connectivity::SQLError to use XComponentContext... | Noel Grandin | 1 | -2/+2 |
2012-11-05 | fdo#46808, use service constructor for i18n::CharacterClassification | Noel Grandin | 1 | -6/+7 |
2012-11-02 | janitorial: use adress-of-value instead of manually repeating type | Lionel Elie Mamane | 1 | -7/+7 |
2012-11-02 | Columns should know their table | Lionel Elie Mamane | 2 | -46/+53 |
2012-10-28 | fix some VS 2010 specific issues | David Ostrovsky | 1 | -0/+3 |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann | 1 | -1/+1 |
2012-09-17 | fdo#46808, Adapt i18n::LocaleData UNO service to new style | Noel Grandin | 2 | -2/+3 |
2012-08-21 | fdo#53887 ConvertLikeToken(): make escape character properly escape itself | Lionel Elie Mamane | 1 | -9/+25 |
2012-08-21 | Put functions exported by sqlbison.hxx into a .hxx file | Lionel Elie Mamane | 2 | -4/+3 |
2012-08-14 | fdo#53061: Fix for C++11 #define NULL nullptr | Jung-uk Kim | 1 | -9/+9 |
2012-07-16 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET | 2 | -2/+2 |
2012-07-13 | Search for char instead of 1 char long string, when possible. | Christophe JAILLET | 1 | -2/+2 |