server/querier.py
Fri, 30 Aug 2013 15:34:58 +0200 Rémi Cardona spelling: rollbacked -> rolled back stable
Mon, 15 Jul 2013 10:59:34 +0200 Sylvain Thénault [rql rewrite] move some code from querier to rqlrewrite where it makes more sense. stable
Mon, 08 Apr 2013 14:45:10 +0200 Pierre-Yves David merge 3.16.x fix in 3.17.x branch
Wed, 03 Apr 2013 10:55:56 +0200 Sylvain Thénault [querier] improve 'Password selection not allowed' error message stable
Tue, 12 Mar 2013 12:50:05 +0100 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
Thu, 14 Feb 2013 16:45:07 +0100 Nicolas Chauvat [toward py3k] rewrite has_key() (part of #2711624)
Thu, 14 Feb 2013 16:01:24 +0100 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Fri, 14 Sep 2012 14:15:39 +0200 Sylvain Thénault [session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
Mon, 10 Sep 2012 17:36:22 +0200 Sylvain Thénault [session / querier] reorganize code to building result set descriptions
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, 21 Mar 2012 18:33:12 +0100 Pierre-Yves David querier: Improve error message when ERQLExpression fails on some entity (closes #2267081) stable
Thu, 16 Feb 2012 14:14:52 +0100 Sylvain Thénault [spelling] fix dictionnary -> dictionary typo stable
Mon, 12 Dec 2011 12:09:49 +0100 Sylvain Thénault [rql2sql] None for attributes in kwargs generate IS NULL, so should be considered in sql cache key. Closes #2116693 stable
Fri, 14 Oct 2011 10:33:31 +0200 Aurelien Campeas [cache] replace lgc.cache with something more appropriate (closes #1921713)
Tue, 13 Sep 2011 14:41:53 +0200 Sylvain Thénault [debug] use repr() in some place where you'll have a chance to get an unicode error if output encoding isn't properly detected stable
Thu, 19 May 2011 10:53:11 +0200 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
Fri, 15 Apr 2011 15:42:17 +0200 Alexandre Fayolle [server] improve the speed of setting relations between entities (closes #1625257)
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
Mon, 28 Mar 2011 16:39:49 +0200 Sylvain Thénault [server] move EditedEntity class to its own module, to avoid cyclic dependency when needed from e.g. session.py stable
Wed, 16 Mar 2011 09:37:46 +0100 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
Mon, 21 Feb 2011 10:28:59 +0100 Sylvain Thénault [repo querier] fix rqlst cache no limit issue, comment the code stable
Sat, 09 Oct 2010 00:05:52 +0200 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
Wed, 06 Oct 2010 14:04:26 +0200 Sylvain Thénault backport stable
Fri, 01 Oct 2010 18:49:47 +0200 Sylvain Thénault [repo transaction] fix rollback behaviour as discussed on the mailing-list: instead of rollbacking automatically on Unauthorized/ValidationError, mark the transaction as uncommitable and disallow commiting stable
Wed, 29 Sep 2010 16:16:32 +0200 Sylvain Thénault backport stable
Wed, 29 Sep 2010 12:18:06 +0200 Sylvain Thénault [transaction] to avoid potential db corruption, we should rollback systematically in case of ValidationError stable
Thu, 02 Sep 2010 14:09:20 +0200 Alexandre Fayolle fix name error by adding missing import
Wed, 25 Aug 2010 10:29:18 +0200 Sylvain Thénault [session] cleanup hook / operation / entity edition api
less more (0) -50 -30 tip