summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/sqlnode.cxx
AgeCommit message (Expand)Author
2015-02-03Query Design: use correct name for columns that come from another query.Lionel Elie Mamane
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-27coverity#1249674 Missing break in switchCaolán McNamara
2014-10-25coverity#1202804 Explicit null dereferencedCaolán McNamara
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-04fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud
2014-07-18remove unnecessary "const &" qualifier from T* parametersNoel Grandin
2014-07-07WaE: enumeration values not handled in switchTor Lillqvist
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-02SAL_WARN->assertCaolán McNamara
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-05coverity#1158175 Missing break in switch, assuming its intentionalCaolán McNamara
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-01-28bool improvementsStephan Bergmann
2014-01-27coverity#440706 : Explicit null dereferencedNorbert Thiebaud
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-12-07fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-10Further fallout from the connectivity SQL parser changesTor Lillqvist
2013-07-10Avoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stageTor Lillqvist
2013-07-10make SQL grammar Generalised LRLionel Elie Mamane
2013-06-28impl_parseLikeNodeToString_throw should be called only on a like_predicateLionel Elie Mamane
2013-06-28fdo#66130 correct "skip column name" condition for LIKE predicateLionel Elie Mamane
2013-06-18Revert "fdo#65653, fdo#65619, fdo#65216: Missing check"Lionel Elie Mamane
2013-06-18fdo#65653 make columnMatchP saferLionel Elie Mamane
2013-06-17fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-06-15fdo#65653, fdo#65619, fdo#65216: Missing checkZolnai Tamás
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-04-26remove never-generated "predicate_check" entryLionel Elie Mamane
2013-04-26QueryDesign: in criteria, remove matching column_ref in simple expressionsLionel Elie Mamane
2013-04-26QueryDesign: in criteria, remove column_ref when table *and* column name matchLionel Elie Mamane
2013-04-26janitorial: indentation, spacing, ...Lionel Elie Mamane
2013-04-26sal_Bool -> boolLionel Elie Mamane
2013-04-23reword commentLionel Elie Mamane
2013-04-23isEmpty() instead of getLength()==0Lionel Elie Mamane
2013-04-23Base: fix incorrect field removal in criterion inside query design viewOlivier Ploton