summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/sqlbison.y
AgeCommit message (Expand)Author
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
2011-09-03Fixes fdo#36594 Syntax error in SQL on "--" comment (and "//" and "/**/")Jenei Gábor
2011-08-08callcatcher: ditch some more methodsCaolán McNamara
2011-05-31fix compile with Bison 2.5Kelly Anderson
2011-04-28Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-02-07Remove dead code. Mostly unused namespacesThomas Arnhold
2011-01-05dba34c: #i110584# fix for FN escape function and check if table name is emptyOcke Janssen [oj]
2011-01-04dba34c: #i20306# support for window function and limit fetch first, ... addedOcke Janssen [oj]
2010-12-02dba34c: #i103425# allow datediff with 2 args as wellOcke.Janssen
2010-11-19TL_CONSTASCII_USTRINGPARAM in libs core 21Gert Faller
2010-11-17dba34b: #i115579# change value_exp to resultOcke.Janssen
2010-11-01Merge commit 'ooo/OOO330_m13'Jan Holesovsky
2010-10-25dba33l: #i115165# allow NULL as parameter valueOcke Janssen [oj]
2010-10-17use SAL_N_ELEMENTS macroKenneth Venken