server/test/unittest_rql2sql.py
Fri, 18 Dec 2015 09:23:23 +0100 Sylvain Thénault [schema] Use TZDatetime for creation_date and modification_date
Fri, 11 Sep 2015 14:52:09 +0200 Samuel Trégouët [py3k] print function
Tue, 28 Jul 2015 09:25:26 +0200 Julien Cristau Fix (de)serialization of ComputedRelation read permissions
Thu, 18 Jun 2015 18:26:02 +0200 Christophe de Vienne [rql2sql] Fix iter_exists_sols() excessive cleaning of _state.tables
Tue, 10 Jun 2014 09:35:26 +0200 Julien Cristau merge 3.17.15 into 3.18 branch stable
Wed, 23 Apr 2014 17:21:07 +0200 Julien Cristau [server/test] update to deal with lgdb sqlserver fix stable
Thu, 14 Nov 2013 17:17:02 +0100 Aurelien Campeas symmetric relations: replace bogus rql2sql translation by a hook
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
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
Fri, 19 Apr 2013 15:41:56 +0200 Sylvain Thénault [rql2sql] Boolean values should be substitued like others. Closes #2829481
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
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
Mon, 20 Feb 2012 11:32:06 +0100 Julien Cristau [rql2sql] correctly handle modulo operator (closes #2192457) stable
Fri, 10 Feb 2012 17:20:38 +0100 Sylvain Thénault [server test] fix test broken by recent changes in lgdb stable
Mon, 05 Dec 2011 15:20:21 +0100 Alexandre Fayolle fix tests broken by lgdb update
Tue, 04 Oct 2011 12:23:52 +0200 Sylvain Thénault backport stable
Tue, 04 Oct 2011 10:29:56 +0200 Sylvain Thénault [test, sqlserver] update test for fixed impl. of date extraction function for sqlserver (lgdb 1.7) stable
Tue, 04 Oct 2011 10:18:35 +0200 Sylvain Thénault [rql, sql] support for weekday function introduced in lgdp 1.7 (closes #1979717) stable
Tue, 04 Oct 2011 10:15:45 +0200 Sylvain Thénault [rql2sql] support for outer join on column alias (closes #1979645) stable
Tue, 09 Aug 2011 09:43:26 +0200 Nicolas Chauvat [lint] remove uses of "print >> sys.stderr" (closes #1908571)
Thu, 04 Aug 2011 12:50:48 +0200 Sylvain Thénault [rql2sql] closes #1892473: enhance handling of optional inlined relation stable
Tue, 02 Aug 2011 17:31:06 +0200 Sylvain Thénault [rql2sql] closes #1892471: support for unary expression introduced in rql 0.30 stable
Mon, 01 Aug 2011 18:43:10 +0200 Sylvain Thénault [rql2sql test] sqlserver use 0/1 for booleans, not FALSE/TRUE stable
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
Wed, 27 Jul 2011 14:03:09 +0200 Sylvain Thénault [sql test] lgdb > 1.6 use int for bool with sqlite backend stable
Wed, 20 Jul 2011 14:10:03 +0200 Sylvain Thénault [rql2sql] closes #1832859: fake HAVING terms w/ EXISTS terms
Tue, 12 Jul 2011 11:27:43 +0200 Sylvain Thénault [repo, ms] fix planning of some queries where variable 'non-invarianess' should be considered, leading for instance to junk in entities table on source deletion
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
Fri, 01 Jul 2011 12:48:39 +0200 Sylvain Thénault backport stable
Thu, 30 Jun 2011 09:46:33 +0200 Alexandre Fayolle new rql2sql unit tests for ORDERBY and LIMIT checks in SQLServer stable
Fri, 01 Jul 2011 11:51:04 +0200 Sylvain Thénault backport stable
Thu, 30 Jun 2011 08:27:56 +0200 Sylvain Thénault [rql2sql tests] fix erroneous case (tested with psql) 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
Sat, 11 Jun 2011 09:22:25 +0200 Sylvain Thénault [rql2sql] add test case for 7493:3c46b9390871
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
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
Wed, 30 Mar 2011 13:59:23 +0200 Sylvain Thénault [sql generation test] avoid lgdb warnings when a db module is faked stable
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:19:00 +0100 Sylvain Thénault some copyrigh updates 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:10:46 +0100 Sylvain Thénault [test] add test for != operator stable
Tue, 01 Feb 2011 10:08:44 +0100 Sylvain Thénault [rql2sql] fix bug with NOT in "fake" having terms stable
Wed, 05 Jan 2011 15:32:56 +0100 Julien Jehannet [unittest2] use unittest2 module fixture api stable
Mon, 25 Oct 2010 17:15:46 +0200 Sylvain Thénault [test] make test independant from the working directory
Thu, 14 Oct 2010 14:10:02 +0200 Sylvain Thénault [rql2sql] properly compute has_text relation table scope
Fri, 24 Sep 2010 18:20:59 +0200 Sylvain Thénault [test] update test to unittest2 api (still using lgc.testlib though) stable
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
Thu, 09 Sep 2010 10:07:56 +0200 Sylvain Thénault [querier test] remove some actually bad tests that were passing thanks to a sqlite bug 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
Mon, 05 Jul 2010 17:06:11 +0200 Sylvain Thénault cleanups 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 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 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
Wed, 26 May 2010 12:33:48 +0200 Sylvain Thénault backport 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
Tue, 25 May 2010 09:50:12 +0200 Sylvain Thénault no more Image type w/ cw 3.9
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, 25 Mar 2010 08:30:53 -0700 Sandrine Ribeau ticket #787103, entity schema view enhancements
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é
Wed, 24 Mar 2010 15:21:21 +0100 Sylvain Thénault [test] having two eid relations is now forbiden by rql stable
Tue, 09 Mar 2010 11:54:27 +0100 Sylvain Thénault rename logilab.db into logilab.database
Tue, 09 Mar 2010 11:05:29 +0100 Sylvain Thénault backport stable
Tue, 09 Mar 2010 10:49:57 +0100 Sylvain Thénault misc fixes to ensure logilab.db compatibility stable
Tue, 09 Mar 2010 10:48:46 +0100 Sylvain Thénault [sql generation] fti_need_distinct quere was not anymore used, potentially causing duplicates on has_text queries with sqlite backend stable
Mon, 08 Mar 2010 17:57:29 +0100 Sylvain Thénault [repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
Wed, 03 Mar 2010 18:30:25 +0100 Sylvain Thénault [test] get a chance to get proper garbage collection when running pytest on whole cw
Fri, 05 Feb 2010 11:56:57 +0100 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
Wed, 20 Jan 2010 11:31:38 +0100 Sylvain Thénault merge
Wed, 20 Jan 2010 11:31:28 +0100 Sylvain Thénault fix bad indent stable
Wed, 20 Jan 2010 11:29:58 +0100 Sylvain Thénault backport stable
Wed, 20 Jan 2010 11:29:00 +0100 Sylvain Thénault fix bug: the 'table' argument is overwritten by the loop variable, causing latter crash due to this missing information stable
Wed, 20 Jan 2010 10:05:10 +0100 Adrien Di Mascio [rql2sql] added test that shows crash during sql generation
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
Tue, 22 Dec 2009 19:27:48 +0100 Sylvain Thénault test update. All cw tests OK
Thu, 03 Dec 2009 17:17:43 +0100 Sylvain Thénault backport stable into default
Thu, 03 Dec 2009 12:44:30 +0100 Sylvain Thénault fix sql generation bug with neged inlined relation where the object is invariant and subject is only referenced by the relation stable
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Mon, 16 Nov 2009 09:36:25 +0100 Sylvain Thénault test and fix case where remove_unsused_solutions remove some solutions that should be kept stable
Tue, 10 Nov 2009 18:06:47 +0100 Sylvain Thénault test and fix http://www.logilab.org/ticket/499838 stable
Wed, 21 Oct 2009 17:32:20 +0200 Sylvain Thénault backport stable branch
Wed, 21 Oct 2009 08:55:54 +0200 Sylvain Thénault prefix sql aliases for entity table by '_' to avoid pb with variable such as 'AS' (eg a keyword in SQL) stable
Tue, 20 Oct 2009 16:22:33 +0200 Sylvain Thénault when a query is grouped, ensure sort terms are grouped as well 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
Thu, 15 Oct 2009 10:31:54 +0200 Sylvain Thénault backport stable branch
Fri, 09 Oct 2009 19:19:30 +0200 Sylvain Thénault [rql2sql] test we don't crash on dumb queries stable
Wed, 07 Oct 2009 12:31:08 +0200 Sylvain Thénault backport stable branch
Wed, 07 Oct 2009 11:45:39 +0200 Sylvain Thénault test fixes stable
Tue, 29 Sep 2009 15:58:44 +0200 Sylvain Thénault backport stable branch
Tue, 29 Sep 2009 12:46:22 +0200 Sylvain Thénault update test, record a failing test (commented out) stable
Wed, 23 Sep 2009 19:23:09 +0200 Sylvain Thénault test fixes
Wed, 16 Sep 2009 14:32:56 +0200 Sylvain Thénault cleanup 3.5
Wed, 16 Sep 2009 14:16:19 +0200 Sylvain Thénault [querier] fix sql generated w/ NOT relation and shared variable: ensure variable's table is in parent select'scope 3.5
less more (0) -120 tip