2012-07-09 |
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
|
2012-02-20 |
Julien Cristau |
[rql2sql] correctly handle modulo operator (closes #2192457)
stable
|
file |
diff |
annotate
|
2012-02-10 |
Sylvain Thénault |
[server test] fix test broken by recent changes in lgdb
stable
|
file |
diff |
annotate
|
2011-12-05 |
Alexandre Fayolle |
fix tests broken by lgdb update
|
file |
diff |
annotate
|
2011-10-04 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-10-04 |
Sylvain Thénault |
[test, sqlserver] update test for fixed impl. of date extraction function for sqlserver (lgdb 1.7)
stable
|
file |
diff |
annotate
|
2011-10-04 |
Sylvain Thénault |
[rql, sql] support for weekday function introduced in lgdp 1.7 (closes #1979717)
stable
|
file |
diff |
annotate
|
2011-10-04 |
Sylvain Thénault |
[rql2sql] support for outer join on column alias (closes #1979645)
stable
|
file |
diff |
annotate
|
2011-08-09 |
Nicolas Chauvat |
[lint] remove uses of "print >> sys.stderr" (closes #1908571)
|
file |
diff |
annotate
|
2011-08-04 |
Sylvain Thénault |
[rql2sql] closes #1892473: enhance handling of optional inlined relation
stable
|
file |
diff |
annotate
|
2011-08-02 |
Sylvain Thénault |
[rql2sql] closes #1892471: support for unary expression introduced in rql 0.30
stable
|
file |
diff |
annotate
|
2011-08-01 |
Sylvain Thénault |
[rql2sql test] sqlserver use 0/1 for booleans, not FALSE/TRUE
stable
|
file |
diff |
annotate
|
2011-07-27 |
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
|
2011-07-27 |
Sylvain Thénault |
[sql test] lgdb > 1.6 use int for bool with sqlite backend
stable
|
file |
diff |
annotate
|
2011-07-20 |
Sylvain Thénault |
[rql2sql] closes #1832859: fake HAVING terms w/ EXISTS terms
|
file |
diff |
annotate
|
2011-07-12 |
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
|
file |
diff |
annotate
|
2011-07-11 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-07-07 |
Sylvain Thénault |
closes #1784285: [rql2sql] crash when using a relation for inner and outer join
stable
|
file |
diff |
annotate
|
2011-07-01 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-30 |
Alexandre Fayolle |
new rql2sql unit tests for ORDERBY and LIMIT checks in SQLServer
stable
|
file |
diff |
annotate
|
2011-07-01 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-30 |
Sylvain Thénault |
[rql2sql tests] fix erroneous case (tested with psql)
stable
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
[rql2sql] more cases fixed where something is wrongly added to GROUPBY, causing unexpected results for the query
stable
|
file |
diff |
annotate
|
2011-06-11 |
Sylvain Thénault |
[rql2sql] add test case for 7493:3c46b9390871
|
file |
diff |
annotate
|
2011-06-08 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-08 |
Sylvain Thénault |
[rql2sql] fix missing sql restriction w/ attribute restriction where value comes from a subquery
stable
|
file |
diff |
annotate
|
2011-05-25 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-05-24 |
Sylvain Thénault |
[rql2sql] closes #1697862: ORDERBY SUM(C) cancel GROUPBY by wrongly adding C to grouped variables
stable
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
[rql2sql] fix in 7394:d11d88bd08e8 was actually not needed
stable
|
file |
diff |
annotate
|
2011-05-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-05-10 |
Sylvain Thénault |
[rql2sql] fix bug avoiding outer join relation to be used as a variable principal. Closes #1659395
stable
|
file |
diff |
annotate
|
2011-04-27 |
Adrien Di Mascio |
[rql] basic support for regexp-based pattern matching
|
file |
diff |
annotate
|
2011-04-27 |
Adrien Di Mascio |
[rql] support CAST() Function
|
file |
diff |
annotate
|
2011-04-27 |
Sylvain Thénault |
[sql generation] fix crash on outer join + ambiguous inlined relation + attribute selection
|
file |
diff |
annotate
|
2011-04-06 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-04-06 |
Sylvain Thénault |
[sql generation] fix missing join with outer joins w/ rhs invariant variable...
stable
|
file |
diff |
annotate
|
2011-04-01 |
Sylvain Thénault |
[time zone] support for TZDatetime and TZTime data type
|
file |
diff |
annotate
|
2011-03-30 |
Sylvain Thénault |
[sql generation test] avoid lgdb warnings when a db module is faked
stable
|
file |
diff |
annotate
|
2011-03-22 |
Alexandre Fayolle |
Abstract the support for ORDER BY and LIMIT/OFFSET SQL generation
stable
|
file |
diff |
annotate
|
2011-03-07 |
Sylvain Thénault |
some copyrigh updates
stable
|
file |
diff |
annotate
|
2011-02-06 |
Sylvain Thénault |
[rql2sql] should not select a neged relation as principal + simplify code for sql generation for attribute relation
stable
|
file |
diff |
annotate
|
2011-02-01 |
Sylvain Thénault |
[test] add test for != operator
stable
|
file |
diff |
annotate
|
2011-02-01 |
Sylvain Thénault |
[rql2sql] fix bug with NOT in "fake" having terms
stable
|
file |
diff |
annotate
|
2011-01-05 |
Julien Jehannet |
[unittest2] use unittest2 module fixture api
stable
|
file |
diff |
annotate
|
2010-10-25 |
Sylvain Thénault |
[test] make test independant from the working directory
|
file |
diff |
annotate
|
2010-10-14 |
Sylvain Thénault |
[rql2sql] properly compute has_text relation table scope
|
file |
diff |
annotate
|
2010-09-24 |
Sylvain Thénault |
[test] update test to unittest2 api (still using lgc.testlib though)
stable
|
file |
diff |
annotate
|
2010-09-22 |
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
|
2010-09-09 |
Sylvain Thénault |
[querier test] remove some actually bad tests that were passing thanks to a sqlite bug
stable
|
file |
diff |
annotate
|
2010-07-21 |
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
|
2010-07-06 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-07-06 |
Sylvain Thénault |
imported patch rql2sqlfix.diff
stable
|
file |
diff |
annotate
|
2010-07-05 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-07-05 |
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
|
2010-07-05 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
2010-07-01 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-30 |
Sylvain Thénault |
[sql generation] fix bug with inlined relation and referenced by other neged relation
stable
|
file |
diff |
annotate
|
2010-06-21 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|