server/msplanner.py
2013-02-14 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
2011-09-29 Sylvain Thénault [ms planning] raise BadRQLQuery when two variables related by a non-crossable relation should come from two different sources (closes #1973767) stable
2011-09-28 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
2011-09-21 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
2011-09-08 Sylvain Thénault [multi-sources] closes #1918120: drop behaviour leading to wrong result as demonstrated by the ticket stable
2011-07-12 Sylvain Thénault [repo, ms] fix planning of some queries where variable 'non-invarianess' should be considered, leading for instance to junk in entities table on source deletion
2011-05-05 Sylvain Thénault [msplanner] fix regression and test failure introduced in 7292:258c92805066 stable
2011-04-29 Sylvain Thénault [ms planner] ignore neged source relation when trying to restrict query sources stable
2011-04-06 Sylvain Thénault [ms planner] fix buggy temp table name generation, may generate duplicated unique id with subqueries/union stable
2011-04-06 Sylvain Thénault [ms planner] use an index to avoid doing the same step twice stable
2011-02-09 Sylvain Thénault [repository] #1460066: backport datafeed cube as cubicweb source
2011-02-07 Sylvain Thénault [sources] reorganize abstract source code, drop no more used cleanup_entities_info and _cleanup_system_relations methods
2011-01-07 Sylvain Thénault [multi-sources] fix planning of crossed relation w/ some complex queries stable
2011-01-04 Sylvain Thénault [ms] fix ms planner crash on some ambiguous queries, as demonstrated in a comment on http://www.cubicweb.org/ticket/1382452 stable
2011-01-04 Sylvain Thénault [ms] #1382452: incorrect results with multi-sources stable
2010-11-05 Sylvain Thénault [ms planning] test and fix bad plannification of a query used on cascading delete of a deleted (external) entity relations stable
2010-10-27 Sylvain Thénault [ms planner] fix changeset 6650:72f2fd93a622: we should sometime complete input map anyway
2010-10-26 Sylvain Thénault [ms planning] fix potential key error due to additional entries in input maps
2010-10-26 Sylvain Thénault [ms planning] fix bug in merge_input_map causing bad plans computed
2010-10-26 Sylvain Thénault [ms planning] fix/enhance cw_source consideration in ms planning
2010-10-25 Sylvain Thénault [ms] simplify cw_source handling : don't try evil optmization that may hurt in some cases
2010-10-22 Sylvain Thénault [ms] fix an infinite loop in ms planner and another crash
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-08-20 Sylvain Thénault [ms] more planning bug fixes stable
2010-08-20 Sylvain Thénault [ms] fix two planner bugs: one occuring query such as X created_by U where X in a external source and U may come from an ldap source. The other being that when we've to merge input maps, we were modifying the same tree/solutions while a copy were needed. Also, ensure we add type restrictions, necessary for pyro source stable
2010-08-20 Sylvain Thénault cleanups stable
2010-08-03 Sylvain Thénault [ms] cleanups stable
2010-08-03 Sylvain Thénault [ms] fix a ms plannification bug with NOT is stable
2010-07-28 Sylvain Thénault [ms] log after preprocessing, else we don't see the query which is actually planned (may have been modified by security insertion) stable
2010-07-19 Sylvain Thénault [querier] actually fix bug attempted to be fixed in 5942:f1abba8ccc01. The pb was not in multi-sources but because of missing annotation on rql generated by security insertion
2010-07-08 Sylvain Thénault [multi-sources] we should annotate those queries, else there is a chance to get bad sql...
2010-06-17 Sylvain Thénault [fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
2010-05-26 Sylvain Thénault [rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX stable
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-27 Sylvain Thénault [ms] fix planning bug with rewritten constants: when removing some source for a const due to relation constraints, we should propagate this change to other constants coming from the same original variable stable
2010-04-07 Sylvain Thénault backport stable
2010-04-06 Alexandre Fayolle SQL Server port: temporary table handling stable
2010-04-06 Sylvain Thénault [ms] fix planning bug introduced with recent rql refactoring for queries with only eids (fix unittest_multisources.test_in_eid)
2010-03-26 Sylvain Thénault [ms] fix name error introduced by rql 0.26 api update
2010-03-24 Sylvain Thénault le patch rql26 a été importé
2010-03-19 Sylvain Thénault [ms] this test is already done before putting a relation in uidrels
2010-02-26 Sylvain Thénault pylint suggested refactorings stable
2010-02-26 Sylvain Thénault pylint style fixes stable
2010-02-26 Sylvain Thénault kill dead/useless code as suggested by pylint stable
2010-02-26 Sylvain Thénault fix some pylint detected errors stable
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-11-10 Sylvain Thénault test and fix http://www.logilab.org/ticket/499838 stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-10-09 Sylvain Thénault fix buggy assertion stable
2009-09-16 Sylvain Thénault [ms] fix planning w/ query using identity 3.5
2009-08-27 Sylvain Thénault [multi-sources] move [dont_]cross_relations to AbstractSource 3.5
2009-08-11 Sylvain Thénault DBG_MS flag
2009-08-04 Sylvain Thénault [multi-source] test and fix msplanner regression stable
2009-06-26 Sylvain Thénault fix jpl/ticket/34862: msplanner bug with query generated to check if a user from ldap is owned_by himself stable
2009-06-25 Sylvain Thénault #344177: ms planning bug with "Any X WHERE X eid 123" and 123 coming from an external source stable
2009-06-17 Aurelien Campeas one more ms planning bug stable
2009-06-15 Sylvain Thénault add comment explaining the pb stable
less more (0) -60 tip