Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RQL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
RQL
Commits
f48d2c3fdcdb
Commit
f48d2c3fdcdb
authored
14 years ago
by
Sylvain Thénault
Browse files
Options
Downloads
Patches
Plain Diff
0.26.6
parent
79a869714ae7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+9
-4
9 additions, 4 deletions
ChangeLog
__pkginfo__.py
+1
-1
1 addition, 1 deletion
__pkginfo__.py
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
with
16 additions
and
5 deletions
ChangeLog
+
9
−
4
View file @
f48d2c3f
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)
...
...
This diff is collapsed.
Click to expand it.
__pkginfo__.py
+
1
−
1
View file @
f48d2c3f
...
...
@@ -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
'
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
f48d2c3f
rql (0.26.6-1) unstable; urgency=low
* new upstream release
--
rql (0.26.5-1) unstable; urgency=low
* new upstream release
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment