server/sources/rql2sql.py
Wed, 20 Jul 2011 14:10:03 +0200 Sylvain Thénault [rql2sql] closes #1832859: fake HAVING terms w/ EXISTS terms
Mon, 11 Jul 2011 09:21:44 +0200 Sylvain Thénault backport stable
Thu, 07 Jul 2011 16:47:34 +0200 Sylvain Thénault closes #1784285: [rql2sql] crash when using a relation for inner and outer join stable
Wed, 29 Jun 2011 18:28:36 +0200 Sylvain Thénault backport stable branch
Wed, 29 Jun 2011 18:27:23 +0200 Sylvain Thénault [rql2sql] more cases fixed where something is wrongly added to GROUPBY, causing unexpected results for the query stable
Fri, 10 Jun 2011 16:54:20 +0200 Sylvain Thénault [rql2sql] fix for some queries where eid variable used and entities picked as variable's table
Wed, 08 Jun 2011 17:08:00 +0200 Sylvain Thénault backport stable
Wed, 08 Jun 2011 15:11:45 +0200 Sylvain Thénault [rql2sql] fix missing sql restriction w/ attribute restriction where value comes from a subquery stable
Wed, 25 May 2011 10:59:26 +0200 Sylvain Thénault backport stable
Tue, 24 May 2011 08:49:58 +0200 Sylvain Thénault [rql2sql] closes #1697862: ORDERBY SUM(C) cancel GROUPBY by wrongly adding C to grouped variables stable
Thu, 19 May 2011 10:36:26 +0200 Sylvain Thénault backport stable
Thu, 19 May 2011 10:35:20 +0200 Sylvain Thénault [rql2sql] fix in 7394:d11d88bd08e8 was actually not needed stable
Thu, 19 May 2011 09:40:44 +0200 Sylvain Thénault [rql2sql] fix generated sql for eid comparison. closes #1638695 stable
Tue, 10 May 2011 18:53:30 +0200 Sylvain Thénault backport stable
Tue, 10 May 2011 18:50:13 +0200 Sylvain Thénault [rql2sql] fix bug avoiding outer join relation to be used as a variable principal. Closes #1659395 stable
Wed, 27 Apr 2011 12:23:43 +0200 Adrien Di Mascio [rql] basic support for regexp-based pattern matching
Wed, 27 Apr 2011 11:37:42 +0200 Adrien Di Mascio [rql] support CAST() Function
Wed, 27 Apr 2011 09:32:05 +0200 Sylvain Thénault [sql generation] fix crash on outer join + ambiguous inlined relation + attribute selection
Wed, 06 Apr 2011 23:24:19 +0200 Sylvain Thénault backport stable
Wed, 06 Apr 2011 23:23:48 +0200 Sylvain Thénault [sql generation] fix missing join with outer joins w/ rhs invariant variable... stable
Fri, 01 Apr 2011 15:04:47 +0200 Sylvain Thénault [time zone] support for TZDatetime and TZTime data type
Tue, 22 Mar 2011 15:11:38 +0100 Alexandre Fayolle Abstract the support for ORDER BY and LIMIT/OFFSET SQL generation stable
Mon, 07 Mar 2011 17:17:07 +0100 Sylvain Thénault [sql generation] fix exists table scope pb: when iterating other solutions inner to an EXISTS subquery, we should reset variables which have this exists node as scope stable
Sun, 06 Feb 2011 11:33:04 +0100 Sylvain Thénault [rql2sql] should not select a neged relation as principal + simplify code for sql generation for attribute relation stable
Tue, 01 Feb 2011 10:08:44 +0100 Sylvain Thénault [rql2sql] fix bug with NOT in "fake" having terms stable
Thu, 14 Oct 2010 14:10:02 +0200 Sylvain Thénault [rql2sql] properly compute has_text relation table scope
Thu, 14 Oct 2010 10:15:38 +0200 Sylvain Thénault pylint option update
Wed, 22 Sep 2010 10:35:34 +0200 Sylvain Thénault [rql] fix bug with query like 'Any 1 WHERE NOT X in_group G': tables should be kept in EXISTS() even when there are no restriction stable
Fri, 17 Sep 2010 17:25:58 +0200 Sylvain Thénault cleanup stable
Fri, 20 Aug 2010 10:59:57 +0200 Sylvain Thénault [ms] more planning bug fixes stable
Mon, 02 Aug 2010 12:35:24 +0200 Sylvain Thénault [rql2sql] add test for rql bug #37423, which triggered a cw bug fixed by this changeset (infinite loop with some queries...) stable
Wed, 21 Jul 2010 12:42:18 +0200 Sylvain Thénault [rql2sql] fix bug with NOT of inlined relation: NULL values are not properly handled and hence some rows won't be returned while the should stable
Tue, 06 Jul 2010 11:31:34 +0200 Sylvain Thénault backport stable
Tue, 06 Jul 2010 09:42:13 +0200 Sylvain Thénault imported patch rql2sqlfix.diff stable
Mon, 05 Jul 2010 18:00:33 +0200 Sylvain Thénault backport stable
Mon, 05 Jul 2010 17:55:37 +0200 Sylvain Thénault [rql2sql] test and fix crash when OR in HAVING where both expresion are 'fake' having terms (eg not using aggregat function) stable
Thu, 01 Jul 2010 17:06:37 +0200 Sylvain Thénault backport stable
Wed, 30 Jun 2010 18:47:10 +0200 Sylvain Thénault [sql generation] fix bug with inlined relation and referenced by other neged relation stable
Mon, 21 Jun 2010 17:30:15 +0200 Sylvain Thénault [rql2sql] #1089207: do not encode Unicode strings from RQL statements to db encoding
Mon, 21 Jun 2010 13:23:11 +0200 Sylvain Thénault backport stable
Fri, 18 Jun 2010 18:14:55 +0200 Sylvain Thénault [rql2sql] use new dbhelper.sql_concat_string function to deal with sql string concatenation. This together with lgdb 1.0.4 fixes #1055133: SQL Server support : string concatenation issue stable
Thu, 17 Jun 2010 18:36:16 +0200 Sylvain Thénault [rql2sql] when using HAVING to by-pass rql limitation (not to filter on result of an aggregat function), we should emit SQL that doesn't use HAVING to avoid potential backend error because variables are not grouped. Closes #1061603. stable
Thu, 17 Jun 2010 14:43:16 +0200 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
Thu, 10 Jun 2010 10:15:26 +0200 Sylvain Thénault [rql2sql] fix special 'X relation NULL' case (used by security insertion), broken by recent removal of IS operator in RQL stable
Wed, 09 Jun 2010 14:31:12 +0200 Sylvain Thénault [rql] more update to 0.26.2 api stable
Thu, 03 Jun 2010 16:47:57 +0200 Sylvain Thénault HAVING sql clause don't know about comma... stable
Wed, 02 Jun 2010 16:13:28 +0200 Sylvain Thénault [rql2sql] fix scope computation of variable from temporary table stable
Wed, 02 Jun 2010 14:48:36 +0200 Sylvain Thénault [storage] source's callback has a new prototype, update usage stable
Wed, 26 May 2010 15:45:22 +0200 Sylvain Thénault [rql2sql] properly compute scope for variable from temporary tables 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: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
Thu, 15 Apr 2010 19:39:55 +0200 Sylvain Thénault backport stable
Thu, 15 Apr 2010 14:29:58 +0200 Alexandre Fayolle added note about interesting page about SQL implementation differences stable
Thu, 25 Mar 2010 14:26:13 +0100 Sylvain Thénault backport stable
Thu, 25 Mar 2010 13:59:47 +0100 Sylvain Thénault [source storage] refactor source sql generation and results handling to allow repository side callbacks stable
Thu, 25 Mar 2010 13:44:24 +0100 Sylvain Thénault [cleanup] rename dbms_helper to dbhelper for consistency stable
Wed, 24 Mar 2010 18:04:59 +0100 Sylvain Thénault le patch rql26 a été importé
less more (0) -100 -60 tip