test/unittest_rqlrewrite.py
Mon, 21 Sep 2015 19:00:26 +0200 Rémi Cardona [test] call rql.parse with unicode objects
Tue, 13 Oct 2015 15:09:22 +0200 Rémi Cardona [py3k] dict.itervalues → dict.values
Wed, 09 Sep 2015 09:37:14 +0200 Julien Cristau [test] use unicode for rql queries (1/7)
Mon, 14 Sep 2015 16:03:07 +0200 Rémi Cardona [py3k] basestring → six.string_types
Fri, 27 Jun 2014 16:11:53 +0200 Denis Laxalde [CWEP002] Plug the computed relation rewriter in the querier
Mon, 16 Jun 2014 10:22:24 +0200 Sylvain Thénault [CWEP002] introduce RQLRelationRewriter
Tue, 08 Apr 2014 17:39:39 +0200 Julien Cristau [test] use assertIn where appropriate
Thu, 03 Apr 2014 19:55:03 +0200 Sylvain Thénault [test] update unittest_rqlrewrite to 3.19 api
Thu, 13 Mar 2014 17:32:40 +0100 Sylvain Thénault [rewrite] Fix crash when the main variable doesn't appear in the snippet's vargraph stable
Thu, 12 Dec 2013 12:28:43 +0100 Sylvain Thénault [rewriter] fix latent bug: arbitrary etype may be substituted when using is_instance_of type restriction
Thu, 18 Jul 2013 10:22:18 +0200 Sylvain Thénault add failing test case related to #3013554 stable
Tue, 08 Oct 2013 16:10:42 +0200 Sylvain Thénault [security] fix dumb attribute error when inserting read security. Closes #3196891 stable
Thu, 25 Jul 2013 09:07:25 +0200 Sylvain Thénault [rqlrewrite] fix rqlrewrite unpredictability vs relation sharing. Closes #3036144 stable
Wed, 24 Jul 2013 16:55:24 +0200 Sylvain Thénault [rqlrewrite] rewrite doesn't need a solutions argument, always use the Select'ones stable
Mon, 22 Jul 2013 11:09:28 +0200 Sylvain Thénault [rql rewrite] may_be_shared_with should consider relation's scope (closes #3024730) stable
Mon, 22 Jul 2013 14:26:33 +0200 Sylvain Thénault [schema/security] add __hash__ to rql expression. Closes #3013535 stable
Mon, 26 Mar 2012 12:11:48 +0200 Sylvain Thénault [rql annotation] fix has_text_query detection (if coming from sub-query and if has_text on a column aliases. Closes #2275322 stable
Wed, 07 Mar 2012 16:09:55 +0100 Pierre-Yves David rqlrewrite: remove element in rewritten when we remove them from the select (closes #2236985) stable
Fri, 24 Feb 2012 12:35:24 +0100 Sylvain Thénault [rql rewrite] when a subquery has to be introduced, properly return the snippet expression so that further expressions are properly ored. Closes #2207180 stable
Thu, 08 Dec 2011 13:16:10 +0100 Sylvain Thénault [test] reindent
Mon, 26 Sep 2011 19:24:08 +0200 Sylvain Thénault backport stable
Fri, 23 Sep 2011 15:41:21 +0200 Sylvain Thénault [test] sort to avoid random failure due to dict order stable
Fri, 23 Sep 2011 14:18:13 +0200 Sylvain Thénault backport stable
Fri, 23 Sep 2011 12:23:09 +0200 Sylvain Thénault [rqlrewrite] if inlined relation has to be moved to a subquery, take care of the object of the relation (closes #1945725) stable
Thu, 15 Sep 2011 17:03:37 +0200 Sylvain Thénault [test] fix some tests broken since localperms cube extraction
Wed, 14 Sep 2011 09:11:50 +0200 Sylvain Thénault [deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
Wed, 14 Sep 2011 09:10:58 +0200 Sylvain Thénault [test] fix test subsquently to localperms introduction
Fri, 24 Jun 2011 14:02:29 +0200 Sylvain Thénault [rqlrewrite] closes #1772135: 1. don't try to reuse a relation from another statement (eg because a subquery has been introduced) 2. _use_orig_term should consider the current statement stable
Fri, 17 Jun 2011 18:51:01 +0200 Sylvain Thénault [rqlrewrite] test and fix rql snippets insertion when several snippets match an optional variable stable
Tue, 26 Apr 2011 16:14:43 +0200 Sylvain Thénault [rql rewrite] backout 7177:f2a976cf7dac : since EXISTS is the variable scope, we want to insert snippets here anyway (other solution would be to NOT insert snippets at all in such case). Closes #1625464
Wed, 30 Mar 2011 11:08:15 +0200 Sylvain Thénault [rql rewriter] to properly handle 'relation' rql expressions, rql rewriter must support multiple variables (eg S and O) at once to be given as varmap stable
Wed, 05 Jan 2011 15:32:56 +0100 Julien Jehannet [unittest2] use unittest2 module fixture api stable
Mon, 25 Oct 2010 17:54:00 +0200 Sylvain Thénault [test] more cwd independant tests
Fri, 24 Sep 2010 18:20:59 +0200 Sylvain Thénault [test] update test to unittest2 api (still using lgc.testlib though) stable
Fri, 24 Sep 2010 18:20:16 +0200 Sylvain Thénault stop relying on person cube, it isn't needed stable
Wed, 26 May 2010 10:28:48 +0200 Sylvain Thénault [rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Tue, 16 Mar 2010 10:54:59 +0100 Sylvain Thénault [rql rewrite] until a better solution is found raise BadSchemaDefinition when two inlined relations with security on an optional variable is used, explaining how to bypass it
Mon, 15 Mar 2010 18:07:54 +0100 Sylvain Thénault [rql rewriting] handle case where we've and optional inlined relation in the original query. Also, we should append EXISTS even in subquery to avoid inserting duplicates in results
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Thu, 19 Nov 2009 12:55:47 +0100 Sylvain Thénault reldefsecurity branch : reldefsecurity
Thu, 12 Nov 2009 12:15:19 +0100 Sylvain Thénault close #511810: bad rql generated when looking for vocabulary for a relation on an entity which doesn't exist (yet) stable
Wed, 23 Sep 2009 18:23:45 +0200 Sylvain Thénault [security] test and fix/refactor optimization of optional varialbe when rewriting rql stable
Wed, 16 Sep 2009 14:24:31 +0200 Sylvain Thénault refactor so that rql rewriter may be used outside the server. Enhance it to be usable for RRQLExpression as well 3.5
less more (0) tip