Skip to content
Snippets Groups Projects
Commit f48d2c3fdcdb authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

0.26.6

parent 79a869714ae7
No related branches found
No related tags found
No related merge requests found
ChangeLog for RQL
=================
--
2010-09-10 -- 0.26.6
* enhance bad rql query detection with ordered distinct (can't use distinct
if an attribute is selected and we sort on another attribute)
......@@ -5,11 +5,8 @@
* enhance bad rql query detection with ordered distinct (can't use distinct
if an attribute is selected and we sort on another attribute)
* add constraint package to dependencies so we've fallback opportunity if
gecode is not installed
* fix subquery_selection_index responsability mess-up: it wasn't doing what
it should have done (see cw.rset related_entity implementation)
* consider subquery aliases in Select.clean_solutions
......@@ -11,8 +8,16 @@
* fix subquery_selection_index responsability mess-up: it wasn't doing what
it should have done (see cw.rset related_entity implementation)
* consider subquery aliases in Select.clean_solutions
* add constraint package to setuptools dependencies so we've fallback
opportunity if gecode is not installed
* fix setuptools dependency on yapps by forcing install of our custom
package, so it don't try to install pypi's one which doesn't work well
with both pip and easy_install
2010-08-02 -- 0.26.5
* fix solutions computation crash with some query using sub-queries (closes #37423)
......
......@@ -20,7 +20,7 @@
__docformat__ = "restructuredtext en"
modname = "rql"
numversion = (0, 26, 5)
numversion = (0, 26, 6)
version = '.'.join(str(num) for num in numversion)
license = 'LGPL'
......
rql (0.26.6-1) unstable; urgency=low
* new upstream release
--
rql (0.26.5-1) unstable; urgency=low
* new upstream release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment