summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
AgeCommit message (Expand)AuthorFilesLines
2013-12-09fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane2-39/+50
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-19/+19
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin3-18/+18
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-1/+1
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-02Fix warnings in sqlflex.l, sqlbison.yStephan Bergmann2-6/+2
2013-09-13translate german comments in sqlbison.yMichael Stahl1-12/+8
2013-09-13fix Apple g++ 4.2.1 unused function warning in sqlbison.yMichael Stahl1-18/+31
2013-09-13setting a table name on an expression/function call makes no senseLionel Elie Mamane1-9/+5
2013-09-13remove an arbitrary level of nested parenthesesLionel Elie Mamane1-1/+1
2013-09-13Don't clobber argument on failureLionel Elie Mamane1-1/+12
2013-09-05use replaceFirstThomas Arnhold1-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-4/+4
2013-07-11connectivity bison/flex: get rid on unnecessary static OUString()Norbert Thiebaud2-18/+14
2013-07-11unused variable 'sTableName' [loplugin]Eike Rathke1-1/+1
2013-07-11sort is ascending by defaultLionel Elie Mamane1-1/+1
2013-07-11give right function name in debug messagesLionel Elie Mamane1-1/+1
2013-07-11ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane1-1/+27
2013-07-11remove unreachable code, reorganise OSL_ENSUREsLionel Elie Mamane1-7/+3
2013-07-11lcl_getColumnRange: no table range -> match 1st name-matching select columnLionel Elie Mamane1-1/+4
2013-07-10Further fallout from the connectivity SQL parser changesTor Lillqvist4-11/+10
2013-07-10Avoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stageTor Lillqvist2-1/+2
2013-07-10WaE: unused functionsTor Lillqvist2-4/+6
2013-07-10Undef SQLyyerror, tooTor Lillqvist1-0/+1
2013-07-10make aEmptyString constLionel Elie Mamane1-1/+1
2013-07-10compatibility with 2008-era bison (2.3)Lionel Elie Mamane1-0/+1
2013-07-10fix doubly-defined aEmptyStr with Bison 2.3Lionel Elie Mamane1-2/+2
2013-07-10TODO noteLionel Elie Mamane1-0/+7
2013-07-10remove bogus testLionel Elie Mamane1-3/+0
2013-07-10make SQL grammar Generalised LRLionel Elie Mamane2-208/+209
2013-07-10fdo#58644 fix handling of subqueriesLionel Elie Mamane1-0/+1
2013-06-28remove pointless external guards for standard headersMichael Stahl1-2/+0
2013-06-28impl_parseLikeNodeToString_throw should be called only on a like_predicateLionel Elie Mamane1-0/+1
2013-06-28fdo#66130 correct "skip column name" condition for LIKE predicateLionel Elie Mamane1-1/+1
2013-06-18Revert "fdo#65653, fdo#65619, fdo#65216: Missing check"Lionel Elie Mamane1-1/+1
2013-06-18fdo#65653 make columnMatchP saferLionel Elie Mamane1-0/+3
2013-06-17fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan2-95/+93
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