server/test/unittest_rql2sql.py
2015-09-11 Samuel Trégouët [py3k] print function
2015-07-28 Julien Cristau Fix (de)serialization of ComputedRelation read permissions
2015-06-18 Christophe de Vienne [rql2sql] Fix iter_exists_sols() excessive cleaning of _state.tables
2014-06-10 Julien Cristau merge 3.17.15 into 3.18 branch stable
2014-04-23 Julien Cristau [server/test] update to deal with lgdb sqlserver fix stable
2013-11-14 Aurelien Campeas symmetric relations: replace bogus rql2sql translation by a hook
2013-10-25 Sylvain Thénault [rql2sql] fix relation table scope when some variable from subquery is used. Closes #3252270 stable
2013-08-30 Sylvain Thénault [rql2sql] fix bad sql generated when outer joining 'identity' relation and lhs var comes from a subquery. Closes #3099418 stable
2013-04-19 Sylvain Thénault [rql2sql] Boolean values should be substitued like others. Closes #2829481
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
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
2012-02-20 Julien Cristau [rql2sql] correctly handle modulo operator (closes #2192457) stable
2012-02-10 Sylvain Thénault [server test] fix test broken by recent changes in lgdb stable
2011-12-05 Alexandre Fayolle fix tests broken by lgdb update
2011-10-04 Sylvain Thénault backport stable
2011-10-04 Sylvain Thénault [test, sqlserver] update test for fixed impl. of date extraction function for sqlserver (lgdb 1.7) stable
2011-10-04 Sylvain Thénault [rql, sql] support for weekday function introduced in lgdp 1.7 (closes #1979717) stable
2011-10-04 Sylvain Thénault [rql2sql] support for outer join on column alias (closes #1979645) stable
2011-08-09 Nicolas Chauvat [lint] remove uses of "print >> sys.stderr" (closes #1908571)
2011-08-04 Sylvain Thénault [rql2sql] closes #1892473: enhance handling of optional inlined relation stable
2011-08-02 Sylvain Thénault [rql2sql] closes #1892471: support for unary expression introduced in rql 0.30 stable
2011-08-01 Sylvain Thénault [rql2sql test] sqlserver use 0/1 for booleans, not FALSE/TRUE stable
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
2011-07-27 Sylvain Thénault [sql test] lgdb > 1.6 use int for bool with sqlite backend stable
2011-07-20 Sylvain Thénault [rql2sql] closes #1832859: fake HAVING terms w/ EXISTS terms
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
2011-07-11 Sylvain Thénault backport stable
2011-07-07 Sylvain Thénault closes #1784285: [rql2sql] crash when using a relation for inner and outer join stable
2011-07-01 Sylvain Thénault backport stable
2011-06-30 Alexandre Fayolle new rql2sql unit tests for ORDERBY and LIMIT checks in SQLServer stable
2011-07-01 Sylvain Thénault backport stable
2011-06-30 Sylvain Thénault [rql2sql tests] fix erroneous case (tested with psql) stable
2011-06-29 Sylvain Thénault backport stable branch
2011-06-29 Sylvain Thénault [rql2sql] more cases fixed where something is wrongly added to GROUPBY, causing unexpected results for the query stable
2011-06-11 Sylvain Thénault [rql2sql] add test case for 7493:3c46b9390871
2011-06-08 Sylvain Thénault backport stable
2011-06-08 Sylvain Thénault [rql2sql] fix missing sql restriction w/ attribute restriction where value comes from a subquery stable
2011-05-25 Sylvain Thénault backport stable
2011-05-24 Sylvain Thénault [rql2sql] closes #1697862: ORDERBY SUM(C) cancel GROUPBY by wrongly adding C to grouped variables stable
2011-05-19 Sylvain Thénault backport stable
2011-05-19 Sylvain Thénault [rql2sql] fix in 7394:d11d88bd08e8 was actually not needed stable
2011-05-10 Sylvain Thénault backport stable
2011-05-10 Sylvain Thénault [rql2sql] fix bug avoiding outer join relation to be used as a variable principal. Closes #1659395 stable
2011-04-27 Adrien Di Mascio [rql] basic support for regexp-based pattern matching
2011-04-27 Adrien Di Mascio [rql] support CAST() Function
2011-04-27 Sylvain Thénault [sql generation] fix crash on outer join + ambiguous inlined relation + attribute selection
2011-04-06 Sylvain Thénault backport stable
2011-04-06 Sylvain Thénault [sql generation] fix missing join with outer joins w/ rhs invariant variable... stable
2011-04-01 Sylvain Thénault [time zone] support for TZDatetime and TZTime data type
2011-03-30 Sylvain Thénault [sql generation test] avoid lgdb warnings when a db module is faked stable
2011-03-22 Alexandre Fayolle Abstract the support for ORDER BY and LIMIT/OFFSET SQL generation stable
2011-03-07 Sylvain Thénault some copyrigh updates stable
2011-02-06 Sylvain Thénault [rql2sql] should not select a neged relation as principal + simplify code for sql generation for attribute relation stable
2011-02-01 Sylvain Thénault [test] add test for != operator stable
2011-02-01 Sylvain Thénault [rql2sql] fix bug with NOT in "fake" having terms stable
2011-01-05 Julien Jehannet [unittest2] use unittest2 module fixture api stable
2010-10-25 Sylvain Thénault [test] make test independant from the working directory
2010-10-14 Sylvain Thénault [rql2sql] properly compute has_text relation table scope
2010-09-24 Sylvain Thénault [test] update test to unittest2 api (still using lgc.testlib though) stable
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
2010-09-09 Sylvain Thénault [querier test] remove some actually bad tests that were passing thanks to a sqlite bug stable
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
2010-07-06 Sylvain Thénault backport stable
2010-07-06 Sylvain Thénault imported patch rql2sqlfix.diff stable
2010-07-05 Sylvain Thénault backport stable
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
2010-07-05 Sylvain Thénault cleanups stable
2010-07-01 Sylvain Thénault backport stable
2010-06-30 Sylvain Thénault [sql generation] fix bug with inlined relation and referenced by other neged relation stable
2010-06-21 Sylvain Thénault backport stable
2010-06-18 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
2010-06-17 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
2010-05-26 Sylvain Thénault backport stable
2010-05-26 Sylvain Thénault [rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX stable
2010-05-25 Sylvain Thénault no more Image type w/ cw 3.9
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-03-25 Sandrine Ribeau ticket #787103, entity schema view enhancements
2010-03-25 Sylvain Thénault backport stable
2010-03-25 Sylvain Thénault [source storage] refactor source sql generation and results handling to allow repository side callbacks stable
2010-03-25 Sylvain Thénault [cleanup] rename dbms_helper to dbhelper for consistency stable
2010-03-24 Sylvain Thénault le patch rql26 a été importé
2010-03-24 Sylvain Thénault [test] having two eid relations is now forbiden by rql stable
2010-03-09 Sylvain Thénault rename logilab.db into logilab.database
2010-03-09 Sylvain Thénault backport stable
2010-03-09 Sylvain Thénault misc fixes to ensure logilab.db compatibility stable
2010-03-09 Sylvain Thénault [sql generation] fti_need_distinct quere was not anymore used, potentially causing duplicates on has_text queries with sqlite backend stable
2010-03-08 Sylvain Thénault [repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
2010-03-03 Sylvain Thénault [test] get a chance to get proper garbage collection when running pytest on whole cw
2010-02-05 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
2010-01-20 Sylvain Thénault merge
2010-01-20 Sylvain Thénault fix bad indent stable
2010-01-20 Sylvain Thénault backport stable
2010-01-20 Sylvain Thénault fix bug: the 'table' argument is overwritten by the loop variable, causing latter crash due to this missing information stable
2010-01-20 Adrien Di Mascio [rql2sql] added test that shows crash during sql generation
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-22 Sylvain Thénault test update. All cw tests OK
2009-12-03 Sylvain Thénault backport stable into default
2009-12-03 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
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-16 Sylvain Thénault test and fix case where remove_unsused_solutions remove some solutions that should be kept stable
2009-11-10 Sylvain Thénault test and fix http://www.logilab.org/ticket/499838 stable
2009-10-21 Sylvain Thénault backport stable branch
2009-10-21 Sylvain Thénault prefix sql aliases for entity table by '_' to avoid pb with variable such as 'AS' (eg a keyword in SQL) stable
2009-10-20 Sylvain Thénault when a query is grouped, ensure sort terms are grouped as well stable
2009-10-19 Sylvain Thénault backport stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-10-15 Sylvain Thénault backport stable branch
2009-10-09 Sylvain Thénault [rql2sql] test we don't crash on dumb queries stable
2009-10-07 Sylvain Thénault backport stable branch
2009-10-07 Sylvain Thénault test fixes stable
2009-09-29 Sylvain Thénault backport stable branch
2009-09-29 Sylvain Thénault update test, record a failing test (commented out) stable
2009-09-23 Sylvain Thénault test fixes
2009-09-16 Sylvain Thénault cleanup 3.5
2009-09-16 Sylvain Thénault [querier] fix sql generated w/ NOT relation and shared variable: ensure variable's table is in parent select'scope 3.5
2009-08-20 Sylvain Thénault start a new workflow engine 3.5
less more (0) -120 tip