Fri, 25 Oct 2013 12:23:06 +0200 |
Sylvain Thénault |
[rql2sql] fix relation table scope when some variable from subquery is used. Closes #3252270
stable
|
file |
diff |
annotate
|
Fri, 30 Aug 2013 09:57:38 +0200 |
Sylvain Thénault |
[rql2sql] fix bad sql generated when outer joining 'identity' relation and lhs var comes from a subquery. Closes #3099418
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 19 Apr 2013 15:44:42 +0200 |
Sylvain Thénault |
[rql2sql] Remove an XXX by explaining why Int non-substitution is desired
|
file |
diff |
annotate
|
Fri, 19 Apr 2013 15:41:56 +0200 |
Sylvain Thénault |
[rql2sql] Boolean values should be substitued like others. Closes #2829481
|
file |
diff |
annotate
|
Mon, 09 Jul 2012 13:57:23 +0200 |
Sylvain Thénault |
[rql2sql] remove debug print and fix bug introduced in 8469:69ad9a509bc3
|
file |
diff |
annotate
|
Mon, 09 Jul 2012 12:22:43 +0200 |
Sylvain Thénault |
[rql2sql] fix generated SQL when an attribute relation with a variable is ored with another attribute relation. Closes #2410405
|
file |
diff |
annotate
|
Mon, 20 Feb 2012 11:32:06 +0100 |
Julien Cristau |
[rql2sql] correctly handle modulo operator (closes #2192457)
stable
|
file |
diff |
annotate
|
Thu, 16 Feb 2012 14:14:52 +0100 |
Sylvain Thénault |
[spelling] fix dictionnary -> dictionary typo
stable
|
file |
diff |
annotate
|
Tue, 04 Oct 2011 10:15:45 +0200 |
Sylvain Thénault |
[rql2sql] support for outer join on column alias (closes #1979645)
stable
|
file |
diff |
annotate
|
Thu, 04 Aug 2011 12:50:48 +0200 |
Sylvain Thénault |
[rql2sql] closes #1892473: enhance handling of optional inlined relation
stable
|
file |
diff |
annotate
|
Tue, 02 Aug 2011 17:31:06 +0200 |
Sylvain Thénault |
[rql2sql] closes #1892471: support for unary expression introduced in rql 0.30
stable
|
file |
diff |
annotate
|
Wed, 27 Jul 2011 19:36:42 +0200 |
Sylvain Thénault |
[rql2sql] take care to boolean_value returning an int (eg sqlite/mysql)
stable cubicweb-version-3.13.3
|
file |
diff |
annotate
|
Wed, 27 Jul 2011 18:08:39 +0200 |
Sylvain Thénault |
[sql] more test and fix boolean handling
stable
|
file |
diff |
annotate
|
Wed, 27 Jul 2011 15:42:02 +0200 |
Sylvain Thénault |
[sql] fix querying of boolean value w/ sqlite
stable
|
file |
diff |
annotate
|
Wed, 27 Jul 2011 14:22:32 +0200 |
Sylvain Thénault |
[sql gen] handle optional on comparison node (eg HAVING expression) and on rhs of final relation. Closes #1859609
stable
|
file |
diff |
annotate
|
Wed, 27 Jul 2011 12:26:57 +0200 |
Sylvain Thénault |
[rql2sql] don't introduce substitution for Int and Boolean constants. This is needed for COUNT(DISTINCT) support
stable
|
file |
diff |
annotate
|
Wed, 20 Jul 2011 14:10:03 +0200 |
Sylvain Thénault |
[rql2sql] closes #1832859: fake HAVING terms w/ EXISTS terms
|
file |
diff |
annotate
|
Mon, 11 Jul 2011 09:21:44 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 18:28:36 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 08 Jun 2011 17:08:00 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 25 May 2011 10:59:26 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 19 May 2011 10:36:26 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 19 May 2011 10:35:20 +0200 |
Sylvain Thénault |
[rql2sql] fix in 7394:d11d88bd08e8 was actually not needed
stable
|
file |
diff |
annotate
|
Thu, 19 May 2011 09:40:44 +0200 |
Sylvain Thénault |
[rql2sql] fix generated sql for eid comparison. closes #1638695
stable
|
file |
diff |
annotate
|
Tue, 10 May 2011 18:53:30 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 27 Apr 2011 12:23:43 +0200 |
Adrien Di Mascio |
[rql] basic support for regexp-based pattern matching
|
file |
diff |
annotate
|
Wed, 27 Apr 2011 11:37:42 +0200 |
Adrien Di Mascio |
[rql] support CAST() Function
|
file |
diff |
annotate
|
Wed, 27 Apr 2011 09:32:05 +0200 |
Sylvain Thénault |
[sql generation] fix crash on outer join + ambiguous inlined relation + attribute selection
|
file |
diff |
annotate
|
Wed, 06 Apr 2011 23:24:19 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 06 Apr 2011 23:23:48 +0200 |
Sylvain Thénault |
[sql generation] fix missing join with outer joins w/ rhs invariant variable...
stable
|
file |
diff |
annotate
|
Fri, 01 Apr 2011 15:04:47 +0200 |
Sylvain Thénault |
[time zone] support for TZDatetime and TZTime data type
|
file |
diff |
annotate
|
Tue, 22 Mar 2011 15:11:38 +0100 |
Alexandre Fayolle |
Abstract the support for ORDER BY and LIMIT/OFFSET SQL generation
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 01 Feb 2011 10:08:44 +0100 |
Sylvain Thénault |
[rql2sql] fix bug with NOT in "fake" having terms
stable
|
file |
diff |
annotate
|
Thu, 14 Oct 2010 14:10:02 +0200 |
Sylvain Thénault |
[rql2sql] properly compute has_text relation table scope
|
file |
diff |
annotate
|
Thu, 14 Oct 2010 10:15:38 +0200 |
Sylvain Thénault |
pylint option update
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 17 Sep 2010 17:25:58 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Fri, 20 Aug 2010 10:59:57 +0200 |
Sylvain Thénault |
[ms] more planning bug fixes
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 06 Jul 2010 11:31:34 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 06 Jul 2010 09:42:13 +0200 |
Sylvain Thénault |
imported patch rql2sqlfix.diff
stable
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 18:00:33 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 01 Jul 2010 17:06:37 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 17:30:15 +0200 |
Sylvain Thénault |
[rql2sql] #1089207: do not encode Unicode strings from RQL statements to db encoding
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 13:23:11 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|