Thu, 03 Dec 2009 12:50:31 +0100 |
Sylvain Thénault |
héhé, get the same result with a slightly enhanced condition and all this code removed
stable
|
file |
diff |
annotate
|
Thu, 03 Dec 2009 12:44:57 +0100 |
Sylvain Thénault |
unused, cleanup
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 16 Nov 2009 18:36:31 +0100 |
Sylvain Thénault |
fix potential key error
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 10 Nov 2009 18:06:47 +0100 |
Sylvain Thénault |
test and fix http://www.logilab.org/ticket/499838
stable
|
file |
diff |
annotate
|
Wed, 28 Oct 2009 20:09:59 +0100 |
Nicolas Chauvat |
C - fix typo. make `lgp check` happy.
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 20 Oct 2009 16:48:30 +0200 |
Sylvain Thénault |
document
stable
|
file |
diff |
annotate
|
Tue, 20 Oct 2009 16:22:33 +0200 |
Sylvain Thénault |
when a query is grouped, ensure sort terms are grouped as well
stable
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 18:36:20 +0200 |
Sylvain Thénault |
take care to already existant solutions local variable
stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 20:29:21 +0200 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 14:32:56 +0200 |
Sylvain Thénault |
cleanup
3.5
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 14:47:00 +0200 |
Sylvain Thénault |
fix missing from close when using a var map
stable
|
file |
diff |
annotate
|
Thu, 28 May 2009 09:20:07 +0200 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
Tue, 19 May 2009 13:08:51 +0200 |
Sylvain Thénault |
#343322: should generate IS NULL in sql w/ None values in substitution
stable
|
file |
diff |
annotate
|
Thu, 14 May 2009 11:38:40 +0200 |
Adrien Di Mascio |
delete-trailing-whitespace + some copyright update
tls-sprint
|
file |
diff |
annotate
|
Tue, 28 Apr 2009 19:14:37 +0200 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
Mon, 27 Apr 2009 12:11:33 +0200 |
Adrien Di Mascio |
use dbmshelper to generate correct boolean value in rql2sql
|
file |
diff |
annotate
|
Fri, 24 Apr 2009 17:04:14 +0200 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 16:55:37 +0200 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
Thu, 16 Apr 2009 18:31:53 +0200 |
sylvain thenault |
use adbh.func_sqlname for more backend compat
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 09:30:23 +0200 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 18:20:23 +0100 |
sylvain thenault |
remove some bw compat code
tls-sprint
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 11:26:09 +0100 |
sylvain thenault |
copyright update
|
file |
diff |
annotate
|
Fri, 20 Mar 2009 14:23:08 +0100 |
sylvain thenault |
fix rql2sq w/ outer join on subquery result
|
file |
diff |
annotate
|
Fri, 16 Jan 2009 18:31:13 +0100 |
sylvain thenault |
need_intersect test and fixes
|
file |
diff |
annotate
|
Wed, 07 Jan 2009 14:55:16 +0100 |
Sylvain Thenault |
consider intersect *and* distinct
|
file |
diff |
annotate
|
Wed, 07 Jan 2009 09:47:56 +0100 |
Sylvain Thenault |
in some cases (eg ambiguous neged relations), INTERSECT should be used instead of DISTINCT
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 15:52:50 +0100 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|