summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
AgeCommit message (Expand)AuthorFilesLines
2013-07-12ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane1-1/+27
2013-07-12sort is ascending by defaultLionel Elie Mamane1-1/+1
2013-07-10fdo#58644 fix handling of subqueriesLionel Elie Mamane1-0/+1
2013-06-29fdo#66130 correct "skip column name" condition for LIKE predicateLionel Elie Mamane1-1/+1
2013-06-18fdo#65653 make columnMatchP saferLionel Elie Mamane1-0/+3
2013-06-15fdo#65653, fdo#65619, fdo#65216: Missing checkZolnai Tamás1-1/+1
2013-05-23RHEL-5 baseline ver of flex doesn't have nounistdCaolán McNamara1-1/+1
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-2/+2
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl1-0/+1
2013-04-26remove never-generated "predicate_check" entryLionel Elie Mamane1-1/+0
2013-04-26QueryDesign: in criteria, remove matching column_ref in simple expressionsLionel Elie Mamane1-103/+126
2013-04-26remove unused constLionel Elie Mamane1-5/+0
2013-04-26QueryDesign: in criteria, remove column_ref when table *and* column name matchLionel Elie Mamane1-19/+54
2013-04-26janitorial: indentation, spacing, ...Lionel Elie Mamane1-6/+6
2013-04-26sal_Bool -> boolLionel Elie Mamane1-2/+2
2013-04-23reword commentLionel Elie Mamane1-4/+6
2013-04-23isEmpty() instead of getLength()==0Lionel Elie Mamane1-1/+1
2013-04-23Base: fix incorrect field removal in criterion inside query design viewOlivier Ploton1-2/+5
2013-04-15demote OSQLParser::RuleIDToRule failure to INFOLionel Elie Mamane1-1/+1
2013-04-10remove impossible caseLionel Elie Mamane1-2/+2
2013-04-10janitorial: indentationLionel Elie Mamane1-10/+11
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-265/+265
2013-03-27-Wunused-macrosStephan Bergmann1-3/+0
2013-03-25remove external include guardsThomas Arnhold1-38/+1
2013-03-25Fix warning: unused variable 'aMutex' [loplugin]Tor Lillqvist1-5/+0
2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann1-3/+3
2013-03-19coverity#704590 Explicit null dereferencedJulien Nabet1-1/+1
2013-03-15Revert "cleanup sqlflex and sqlbison options"Kohei Yoshida2-7/+0
2013-03-15cleanup sqlflex and sqlbison optionsPeter Foley2-0/+7
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold2-14/+14
2013-03-08make use of startsWith()Thomas Arnhold1-1/+1
2013-03-04coverity: merge traverse{OR,AND}Criteria into traverseSearchConditionLionel Elie Mamane1-62/+15
2013-02-25loplugin: improve indentationThomas Arnhold1-1/+1
2013-02-25loplugin: unused variablesThomas Arnhold1-3/+1
2013-01-23SQL parser: no "as" rule anymore; now as_clause and opt_asLionel Elie Mamane1-4/+15
2013-01-23OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane1-1/+12
2013-01-23Make UNKNOWN_RULE the default value of connectivity::OSQLParseNode::RuleLionel Elie Mamane1-4/+8
2012-12-11When parsing does not give a table name, take it from the columnLionel Elie Mamane1-6/+9
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin1-2/+2
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-6/+7
2012-11-02janitorial: use adress-of-value instead of manually repeating typeLionel Elie Mamane1-7/+7
2012-11-02Columns should know their tableLionel Elie Mamane2-46/+53
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky1-0/+3
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-1/+1
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin2-2/+3
2012-08-21fdo#53887 ConvertLikeToken(): make escape character properly escape itselfLionel Elie Mamane1-9/+25
2012-08-21Put functions exported by sqlbison.hxx into a .hxx fileLionel Elie Mamane2-4/+3
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim1-9/+9
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2-2/+2
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET1-2/+2