summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/sqlbison.y
AgeCommit message (Expand)Author
2014-06-25remove spurious com::sun::star::chaosMichael Stahl
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from connectivityAlexander Wilms
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-07fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane
2013-11-26sqlbison.y string clean-upStephan Bergmann
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold
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-07-11connectivity bison/flex: get rid on unnecessary static OUString()Norbert Thiebaud
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-10make aEmptyString constLionel Elie Mamane
2013-07-10make SQL grammar Generalised LRLionel Elie Mamane
2013-04-26remove unused constLionel Elie Mamane
2013-04-15demote OSQLParser::RuleIDToRule failure to INFOLionel Elie Mamane
2013-04-10janitorial: indentationLionel Elie Mamane
2013-03-25remove external include guardsThomas Arnhold
2013-03-15Revert "cleanup sqlflex and sqlbison options"Kohei Yoshida
2013-03-15cleanup sqlflex and sqlbison optionsPeter Foley
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-08make use of startsWith()Thomas Arnhold
2013-01-23OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin
2012-08-21fdo#53887 ConvertLikeToken(): make escape character properly escape itselfLionel Elie Mamane
2012-08-21Put functions exported by sqlbison.hxx into a .hxx fileLionel Elie Mamane
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-22.y files don't need executable bitsMichael Stahl
2012-06-15ancient bison nees %token-table for yytname to be usableChristian Lohmaier
2012-06-13WaE: avoid build break on Mac PPC/XCode 2.5Christian Lohmaier
2012-06-13use commandline parameters instead of bison directives (XCode 2.5)Christian Lohmaier
2012-06-02cosmetic clean-upNorbert Thiebaud
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-29connectivity: Mac use bison 2.3 which need a '=' for %file-prefixNorbert Thiebaud
2012-05-29WaE: the address of 'yytname' will always evaluate as 'true'David Tardon
2012-05-29WaE: comparison between signed and unsigned integer expressionsDavid Tardon
2012-05-29WaE: #pragma system_header ignored outside include fileDavid Tardon
2012-05-29connectivity: convert dbt to gbuildPeter Foley
2012-02-17fdo#46206 accept an arbitrary query for INSERTLionel Elie Mamane
2012-02-17fdo#46198: NULL is a perfectly fine general_valueLionel Elie Mamane
2012-01-17Also teach "foo IS [NOT] bar" to our SQL parser (when bar is not NULL)Lionel Elie Mamane
2012-01-17fdo#44813: teach "IS (NOT) DISTINCT FROM" to our SQL parserLionel Elie Mamane
2011-12-01fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora
2011-11-19only used with higher debug levelCaolán McNamara
2011-10-30Small fix OParseNode->OSQLParseNodeJulien Nabet
2011-10-30Errors in commentsLionel Elie Mamane
2011-10-30translate commentsLionel Elie Mamane
2011-10-30Return proper UNKNOWN_RULE instead of 0 for unknown ruleLionel Elie Mamane