summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
AgeCommit message (Expand)Author
2012-03-29Remove unused code in sqlnodeSantiago Martinez
2012-03-29removed duplicate includes in connectivityTakeshi Abe
2012-03-21chmod -xTor Lillqvist
2012-03-05Finish translating connectivity, fix some whitespacePhilipp Weissenbacher
2012-03-05Translate German comments, fix some whitespacePhilipp Weissenbacher
2012-03-01Translate German comments.Philipp Weissenbacher
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-17Fix for fdo43460 Part IX getLength() to isEmpty()Olivier Hallot
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-01fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora
2011-12-01Remove uses of charAtAugust Sodora
2011-11-27remove include of pch header in connectivityNorbert Thiebaud
2011-11-19only used with higher debug levelCaolán McNamara
2011-11-19callcatcher: remove some unused codeCaolán McNamara
2011-10-30factorise multiple SQL_ISRULEOR2 implementations into oneLionel Elie Mamane
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-10-308.5 is not an integer, but an approxnumLionel Elie Mamane
2011-10-04WaE: deletion of pointer to incomplete type; no destructor calledTor Lillqvist
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
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-04-15those TRUE->sal_True conversions look really wrongCaolán McNamara
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
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-13Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-03-01avoid implicit castCaolán McNamara
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold
2011-02-10Some cppcheck cleaningJulien Nabet
2011-02-07Remove dead code. Mostly unused namespacesThomas Arnhold
2011-02-03gcc 4.6.0 various warningsCaolán McNamara
2011-01-10Automated merge with ssh://hg.services.openoffice.org/cws/dba34cOcke Janssen [oj]
2011-01-07dba34c: mergeFrank Schoenheit [fs]
2011-01-07dba34c: pulled/merged latest changes from CWS dba34bFrank Schoenheit [fs]
2011-01-06cppunit: prefer prefix variantCaolán McNamara
2011-01-05dba34c: #i110584# fix for FN escape function and check if table name is emptyOcke Janssen [oj]
2011-01-05dba34b: merged DEV300m96Frank Schoenheit [fs]
2011-01-04dba34c: #i108229# check for correct token idOcke Janssen [oj]
2011-01-04dba34c: #i20306# support for window function and limit fetch first, ... addedOcke Janssen [oj]
2011-01-03dba34c: fix for cast and char compareOcke Janssen [oj]