summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
AgeCommit message (Expand)AuthorFilesLines
2012-08-22fdo#53887 ConvertLikeToken(): make escape character properly escape itselfLionel Elie Mamane1-9/+25
2012-06-20ancient bison nees %token-table for yytname to be usableChristian Lohmaier1-0/+1
2012-06-20WaE: avoid build break on Mac PPC/XCode 2.5Christian Lohmaier1-0/+2
2012-06-20use commandline parameters instead of bison directives (XCode 2.5)Christian Lohmaier1-5/+0
2012-06-02cosmetic clean-upNorbert Thiebaud2-661/+661
2012-06-02targeted string re-workNorbert Thiebaud2-7/+7
2012-06-02targeted string re-workNorbert Thiebaud3-56/+56
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1
2012-05-29connectivity: Mac use bison 2.3 which need a '=' for %file-prefixNorbert Thiebaud1-2/+2
2012-05-29remove unused sourcesDavid Tardon2-68/+0
2012-05-29switch connectivity to gbuildDavid Tardon1-67/+0
2012-05-29WaE: intialization orderDavid Tardon1-2/+2
2012-05-29WaE: 'Intl_TokenID' defined but not usedDavid Tardon1-7/+0
2012-05-29WaE: 'void yy_fatal_error(const char*)' defined but not usedDavid Tardon1-0/+1
2012-05-29WaE: deprecated conversion from string constant to 'char*'David Tardon1-1/+5
2012-05-29WaE: #pragma system_header ignored outside include fileDavid Tardon1-3/+1
2012-05-29WaE: the address of 'yytname' will always evaluate as 'true'David Tardon1-1/+1
2012-05-29WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2012-05-29WaE: #pragma system_header ignored outside include fileDavid Tardon1-3/+1
2012-05-29connectivity: convert dbt to gbuildPeter Foley1-0/+5
2012-05-21removed unused temporary rtl::OUStringTakeshi Abe1-2/+0
2012-05-14ppc: yyinput returns a int, truncating to (unsigned)char does't workCaolán McNamara1-9/+9
2012-03-29Remove unused code in sqlnodeSantiago Martinez1-41/+0
2012-03-29removed duplicate includes in connectivityTakeshi Abe1-3/+0
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-05Finish translating connectivity, fix some whitespacePhilipp Weissenbacher1-1/+1
2012-03-05Translate German comments, fix some whitespacePhilipp Weissenbacher1-2/+2
2012-03-01Translate German comments.Philipp Weissenbacher2-121/+117
2012-02-17fdo#46206 accept an arbitrary query for INSERTLionel Elie Mamane1-1/+1
2012-02-17fdo#46198: NULL is a perfectly fine general_valueLionel Elie Mamane1-2/+1
2012-01-17Also teach "foo IS [NOT] bar" to our SQL parser (when bar is not NULL)Lionel Elie Mamane1-0/+6
2012-01-17fdo#44813: teach "IS (NOT) DISTINCT FROM" to our SQL parserLionel Elie Mamane1-1/+9
2011-12-17Fix for fdo43460 Part IX getLength() to isEmpty()Olivier Hallot3-31/+31
2011-12-08childs -> childrenMichael T. Whiteley1-1/+1
2011-12-01fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora1-5/+5
2011-12-01Remove uses of charAtAugust Sodora1-6/+6
2011-11-27remove include of pch header in connectivityNorbert Thiebaud6-12/+0
2011-11-19only used with higher debug levelCaolán McNamara1-1/+2
2011-11-19callcatcher: remove some unused codeCaolán McNamara1-1/+1
2011-10-30factorise multiple SQL_ISRULEOR2 implementations into oneLionel Elie Mamane1-4/+0
2011-10-30Small fix OParseNode->OSQLParseNodeJulien Nabet1-1/+1
2011-10-30Errors in commentsLionel Elie Mamane2-2/+2
2011-10-30translate commentsLionel Elie Mamane1-3/+3
2011-10-30Return proper UNKNOWN_RULE instead of 0 for unknown ruleLionel Elie Mamane1-1/+1
2011-10-308.5 is not an integer, but an approxnumLionel Elie Mamane1-3/+3
2011-10-04WaE: deletion of pointer to incomplete type; no destructor calledTor Lillqvist1-13/+0
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
2011-09-03Fixes fdo#36594 Syntax error in SQL on "--" comment (and "//" and "/**/")Jenei Gábor1-1/+65
2011-08-08callcatcher: ditch some more methodsCaolán McNamara1-6/+0
2011-05-31fix compile with Bison 2.5Kelly Anderson1-1/+1