rset.py
Wed, 11 Dec 2013 17:52:54 +0100 Christophe de Vienne [rset] New method: ResultSet.one()
Tue, 03 Dec 2013 13:23:59 +0100 Julien Cristau [rset] Fix regression with rset copying (closes #3344410) stable
Wed, 09 Oct 2013 14:45:36 +0200 Julien Cristau [rset] make sure rset.description is always a list stable
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Wed, 16 Nov 2011 22:07:51 +0100 Sylvain Thénault backport stable
Wed, 16 Nov 2011 22:07:27 +0100 Sylvain Thénault [rset] fix crash while building entity from rset w/ some subquery. Closes #2089055 stable
Thu, 03 Nov 2011 15:28:30 +0100 Sylvain Thénault backport stable
Thu, 03 Nov 2011 15:27:31 +0100 Sylvain Thénault [rset] replace entity cw_rset on .limit(inplace=True) will avoid pb if the entity is still referenced by some other entity relations cache. Closes #2065643 stable
Tue, 18 Oct 2011 17:08:05 +0200 Sylvain Thénault [rset] use .iteritems() instead of items()
Fri, 01 Jul 2011 11:51:04 +0200 Sylvain Thénault backport stable
Fri, 01 Jul 2011 11:18:16 +0200 Sylvain Thénault [rset] syntax_tree impl. consistency: don't return an annotated syntax tree stable
Thu, 19 May 2011 10:36:26 +0200 Sylvain Thénault backport stable
Thu, 19 May 2011 09:43:23 +0200 Sylvain Thénault [rset] close #1683703: rset.get_entity crash on rql query with subquery and aggregat stable
Fri, 29 Apr 2011 16:34:31 +0200 Adrien Di Mascio [optim] cache rset column structures
Fri, 28 Jan 2011 15:15:14 +0100 Sylvain Thénault [rset] fix entity building for some result set with UNION and subqueries stable
Thu, 20 Jan 2011 15:51:58 +0100 Sylvain Thénault [entity] fix some docstrings stable
Wed, 19 Jan 2011 19:19:56 +0100 Aurelien Campeas [rset] add utility method to get entities and attributes from any rset stable
Mon, 13 Sep 2010 15:15:21 +0200 Sylvain Thénault backport stable
Thu, 09 Sep 2010 10:08:05 +0200 Sylvain Thénault cleanups stable
Thu, 09 Sep 2010 10:08:04 +0200 Sylvain Thénault [rset] add test for #1251252, actually fixed in rql; fix docstring and add comments in rset.related_entity to make things clearer stable
Wed, 25 Aug 2010 10:29:18 +0200 Sylvain Thénault [session] cleanup hook / operation / entity edition api
Tue, 15 Jun 2010 18:16:19 +0200 Sylvain Thénault backport stable
Mon, 14 Jun 2010 17:56:10 +0200 Aurelien Campeas [rset] do not filter rsets with __getstate__, ensure whatever flies with pyro has no .req attribute, also set the ._rqlst to None since it will be reconstructed later on demand stable
Fri, 11 Jun 2010 18:47:53 +0200 Aurelien Campeas [rset] make rsets picklable (again ?) #1056422 stable
Mon, 07 Jun 2010 19:01:21 +0200 Pierre-Yves David [rset] Add a line break the first result in repr of multiple rows rset
Mon, 07 Jun 2010 13:22:24 +0200 Sylvain Thénault backport stable
Fri, 04 Jun 2010 15:45:54 +0200 Sylvain Thénault [editform] consistent [do]reledit between attributes and relations: check if rdef is hidden in main section of uicfg.afs for both attributes and relations, and in the reledit view, not in doreledit stable
Fri, 04 Jun 2010 13:07:07 +0200 Nicolas Chauvat [rset] do not break when rset.related_entity(x,y) is not an entity stable
Thu, 20 May 2010 20:50:00 +0200 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
Mon, 17 May 2010 17:31:45 +0200 Sylvain Thénault remove 3.7 deprecation warning stable
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
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
Mon, 19 Apr 2010 13:52:55 +0200 Sylvain Thénault backport stable
Fri, 16 Apr 2010 17:00:49 +0200 Aurelien Campeas [doc/book] refresh the autoform section with uicfg content (moved there) stable
Fri, 16 Apr 2010 16:40:25 +0200 Aurelien Campeas [doc/book] misc on views, docstrings stable
Fri, 16 Apr 2010 14:39:42 +0200 Aurelien Campeas [doc/book] talk a bit of the Result Set class stable
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Tue, 30 Mar 2010 11:15:08 +0200 Sylvain Thénault [cleanup] style fixes, add nodes, 0.2 cents refactorings stable
Thu, 18 Mar 2010 17:39:17 +0100 Sylvain Thénault backport stable
Thu, 18 Mar 2010 15:51:53 +0100 Sylvain Thénault fix limited_rql w/ UNION query stable
Tue, 09 Mar 2010 12:07:16 +0100 Sylvain Thénault [refactor] drop rset.vreg attribute, vreg should be accessed through rset.req. Also kill decorate_rset, simply set rset.req where we were calling this method.
Fri, 05 Feb 2010 12:14:36 +0100 Sylvain Thénault kill most pre 3.2 bw compat code
Tue, 02 Feb 2010 16:19:48 +0100 Sylvain Thénault fix rset.related_entity with variables coming from subquery while some others not
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
Mon, 21 Dec 2009 18:42:53 +0100 Sylvain Thénault don't try to write .row/.col, use new cw_row/cw_col attributes
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Thu, 03 Dec 2009 17:17:43 +0100 Sylvain Thénault backport stable into default
Mon, 30 Nov 2009 17:48:01 +0100 Alexandre Fayolle fix rset.column_types docstring to reflect reality stable
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Thu, 19 Nov 2009 12:55:47 +0100 Sylvain Thénault reldefsecurity branch : reldefsecurity
Wed, 21 Oct 2009 17:32:20 +0200 Sylvain Thénault backport stable branch
Wed, 21 Oct 2009 11:21:58 +0200 Aurelien Campeas work around a pb. with subquery_selection_index stable
Wed, 21 Oct 2009 09:47:55 +0200 Sylvain Thénault drop _prepare_copy method from rset in favor of a more generic copy method stable
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Fri, 09 Oct 2009 16:39:26 +0200 Sylvain Thénault backport stable branch
Fri, 09 Oct 2009 15:10:17 +0200 Sylvain Thénault fix bug w/ get_entity and subqueries stable
less more (0) -60 tip