2010-08-20 |
Sylvain Thénault |
[ms] more planning bug fixes
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2010-08-20 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
2010-08-03 |
Sylvain Thénault |
[ms] cleanups
stable
|
file |
diff |
annotate
|
2010-08-03 |
Sylvain Thénault |
[ms] fix a ms plannification bug with NOT is
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2010-07-08 |
Sylvain Thénault |
[multi-sources] we should annotate those queries, else there is a chance to get bad sql...
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-06 |
Alexandre Fayolle |
SQL Server port: temporary table handling
stable
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
2010-03-26 |
Sylvain Thénault |
[ms] fix name error introduced by rql 0.26 api update
|
file |
diff |
annotate
|
2010-03-24 |
Sylvain Thénault |
le patch rql26 a été importé
|
file |
diff |
annotate
|
2010-03-19 |
Sylvain Thénault |
[ms] this test is already done before putting a relation in uidrels
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
pylint suggested refactorings
stable
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
pylint style fixes
stable
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
fix some pylint detected errors
stable
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-11-10 |
Sylvain Thénault |
test and fix http://www.logilab.org/ticket/499838
stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
2009-10-09 |
Sylvain Thénault |
fix buggy assertion
stable
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
[ms] fix planning w/ query using identity
3.5
|
file |
diff |
annotate
|
2009-08-27 |
Sylvain Thénault |
[multi-sources] move [dont_]cross_relations to AbstractSource
3.5
|
file |
diff |
annotate
|
2009-08-11 |
Sylvain Thénault |
DBG_MS flag
|
file |
diff |
annotate
|
2009-08-04 |
Sylvain Thénault |
[multi-source] test and fix msplanner regression
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2009-06-17 |
Aurelien Campeas |
one more ms planning bug
stable
|
file |
diff |
annotate
|
2009-06-15 |
Sylvain Thénault |
add comment explaining the pb
stable
|
file |
diff |
annotate
|
2009-06-15 |
Sylvain Thénault |
when a relation isn't supported by a ms query parts, dereference introduced variable refs
stable
|
file |
diff |
annotate
|
2009-06-15 |
Sylvain Thénault |
add test and fix for queries where all variables are simplified and come from an external source
stable
|
file |
diff |
annotate
|
2009-06-09 |
Sylvain Thénault |
fix bug in multisource planner, w/ inlined relation
stable
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-13 |
sylvain thenault |
one more msplanning bug fixed...
tls-sprint
|
file |
diff |
annotate
|
2009-05-13 |
sylvain thenault |
ms planning fix
tls-sprint
|
file |
diff |
annotate
|
2009-04-20 |
Aurelien Campeas |
sql attributes bugfix
tls-sprint
|
file |
diff |
annotate
|
2009-04-17 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
2009-04-07 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
2009-04-04 |
Sylvain |
more test predictability
|
file |
diff |
annotate
|
2009-04-04 |
sylvain thenault |
more fix of cross relation handling
|
file |
diff |
annotate
|
2009-04-04 |
sylvain thenault |
fix constant handling in sourcesterms + minor cleanup
|
file |
diff |
annotate
|
2009-04-03 |
sylvain thenault |
cleanup _handle_cross_relation
|
file |
diff |
annotate
|
2009-04-03 |
sylvain thenault |
* refactor ms planner (renaming, reorganization)
|
file |
diff |
annotate
|
2009-03-23 |
sylvain thenault |
pylint cleanup
tls-sprint
|
file |
diff |
annotate
|
2009-03-23 |
sylvain thenault |
copyright update
|
file |
diff |
annotate
|
2009-03-20 |
sylvain thenault |
fix ms planning w/ relation constraint propagation
|
file |
diff |
annotate
|
2009-02-24 |
Aurelien Campeas |
fix imports : common.utils -> utils
tls-sprint
|
file |
diff |
annotate
|
2009-01-19 |
sylvain thenault |
fix need intersect detection
|
file |
diff |
annotate
|
2009-01-15 |
sylvain thenault |
cross relations handling fix
3.0
|
file |
diff |
annotate
|
2009-01-15 |
sylvain thenault |
oops, var shouldn't be poped there
3.0
|
file |
diff |
annotate
|
2009-01-13 |
sylvain thenault |
cross_relations support
|
file |
diff |
annotate
|
2009-01-13 |
sylvain thenault |
OR EXISTS fix, typos
|
file |
diff |
annotate
|