summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/sqlnode.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann1-5/+6
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-3/+3
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-3/+3
2014-10-27coverity#1249674 Missing break in switchCaolán McNamara1-0/+1
2014-10-25coverity#1202804 Explicit null dereferencedCaolán McNamara1-4/+3
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-04fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud1-0/+1
2014-07-18remove unnecessary "const &" qualifier from T* parametersNoel Grandin1-3/+3
2014-07-07WaE: enumeration values not handled in switchTor Lillqvist1-0/+2
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-3/+1
2014-07-02SAL_WARN->assertCaolán McNamara1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-05coverity#1158175 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-04connectivity: fix includesThomas Arnhold1-3/+3
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-2/+2
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin1-43/+0
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-6/+6
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-13/+13
2014-02-27Remove visual noise from connectivityAlexander Wilms1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-71/+71
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+2
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-27coverity#440706 : Explicit null dereferencedNorbert Thiebaud1-3/+3
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-1/+1
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin1-1/+1
2013-12-07fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane1-12/+33
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann1-1/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-19/+19
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin1-9/+9
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-10Further fallout from the connectivity SQL parser changesTor Lillqvist1-4/+3
2013-07-10Avoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stageTor Lillqvist1-0/+1
2013-07-10make SQL grammar Generalised LRLionel Elie Mamane1-3/+3
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 Ioan1-40/+39
2013-06-15fdo#65653, fdo#65619, fdo#65216: Missing checkZolnai Tamás1-1/+1
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-2/+2
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-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
2013-04-23isEmpty() instead of getLength()==0Lionel Elie Mamane1-1/+1
2013-04-23Base: fix incorrect field removal in criterion inside query design viewOlivier Ploton1-2/+5