server/test/unittest_rql2sql.py
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
Thu, 20 Aug 2009 17:44:27 +0200 Sylvain Thénault start a new workflow engine 3.5
Wed, 19 Aug 2009 00:09:19 +0200 Sylvain Thénault cleanup, use striplines argument of assertLinesEquals stable
Wed, 19 Aug 2009 00:00:34 +0200 Sylvain Thénault [rql2sql] test and fix a bug triggered when editing a ticket in jpl stable
Fri, 07 Aug 2009 10:22:17 +0200 Sylvain Thénault [rql test] add non regression test for rql (fail with current rql head)
Sun, 02 Aug 2009 11:54:02 +0200 Sylvain Thénault cleanup
Thu, 09 Jul 2009 16:15:22 +0200 Sylvain Thénault ability to map attributes to something else than usual cw mapping on sql generation stable
Mon, 29 Jun 2009 21:13:54 +0200 Sylvain Thénault fix sql generated on NOT inlined_relation queries. Use exists, so no more needs for extra DISTINCT stable
Tue, 09 Jun 2009 14:45:57 +0200 Sylvain Thénault new test for missing from close when using a var map stable
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Tue, 19 May 2009 13:08:51 +0200 Sylvain Thénault #343322: should generate IS NULL in sql w/ None values in substitution stable
Wed, 13 May 2009 16:59:50 +0200 sylvain thenault fix test tls-sprint
Fri, 17 Apr 2009 16:55:37 +0200 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
Tue, 07 Apr 2009 09:30:23 +0200 sylvain thenault backport default branch tls-sprint
Mon, 06 Apr 2009 16:18:46 +0200 sylvain thenault introduce a 'cw_' prefix on entity table and column names so we don't conflict with sql or DBMS specific keywords
Tue, 10 Mar 2009 11:35:52 +0100 sylvain thenault use datetime instead of mx.DateTime tls-sprint
Wed, 11 Feb 2009 17:54:55 +0100 Sylvain fix select principal so results are predictable during tests
Fri, 16 Jan 2009 18:31:13 +0100 sylvain thenault need_intersect test and fixes
Wed, 07 Jan 2009 14:55:16 +0100 Sylvain Thenault consider intersect *and* distinct
Wed, 07 Jan 2009 09:47:56 +0100 Sylvain Thenault in some cases (eg ambiguous neged relations), INTERSECT should be used instead of DISTINCT
less more (0) -60 tip