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
0cab2c15d09a
Commit
0cab2c15d09a
authored
16 years ago
by
Nicolas Chauvat
Browse files
Options
Downloads
Patches
Plain Diff
ready for 0.18.0
parent
46ea8a04429c
No related branches found
Branches containing commit
Tags
rql-version-0_18_0
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+3
-1
3 additions, 1 deletion
ChangeLog
__pkginfo__.py
+1
-1
1 addition, 1 deletion
__pkginfo__.py
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
with
11 additions
and
3 deletions
ChangeLog
+
3
−
1
View file @
0cab2c15
ChangeLog for RQL
=================
--
2008-05-08 -- 0.18.0
* UNION support
* HAVING support
...
...
@@ -5,5 +5,7 @@
* UNION support
* HAVING support
* GROUPBY and ORDERBY moved *before* WHERE
* code cleanup, fixes and refactorings
2008-03-26 -- 0.17.2
* fix a bug in get_solutions,possible_types should be reseted first
...
...
This diff is collapsed.
Click to expand it.
__pkginfo__.py
+
1
−
1
View file @
0cab2c15
...
...
@@ -6,7 +6,7 @@
"""
modname
=
"
rql
"
numversion
=
(
0
,
1
7
,
2
)
numversion
=
(
0
,
1
8
,
0
)
version
=
'
.
'
.
join
([
str
(
num
)
for
num
in
numversion
])
license
=
'
LCL
'
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
0cab2c15
rql (0.18.0-1) unstable; urgency=low
* new upstream release
-- Nicolas Chauvat <Nicolas.Chauvat@logilab.fr> Thu, 08 May 2008 18:07:14 +0200
rql (0.17.2-1) unstable; urgency=low
* new upstream release
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
0cab2c15
...
...
@@ -10,7 +10,7 @@
Package: python-rql
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, python-egenix-mxdatetime, python-logilab-common (>= 0.
16.1
-1), python-constraint (>= 0.3.0-5), yapps2-runtime
Depends: ${python:Depends}, python-egenix-mxdatetime, python-logilab-common (>= 0.
31.0
-1), python-constraint (>= 0.3.0-5), yapps2-runtime
Replaces: python2.3-rql, python2.4-rql
Conflicts: python2.3-rql, python2.4-rql
Description: relationship query language (RQL) utilities [dummy package]
...
...
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