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
89886f2ef6e5
Commit
89886f2ef6e5
authored
16 years ago
by
Sylvain Thenault
Browse files
Options
Downloads
Patches
Plain Diff
0.20.2
parent
6f548048ac94
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
+8
-0
8 additions, 0 deletions
ChangeLog
__pkginfo__.py
+1
-1
1 addition, 1 deletion
__pkginfo__.py
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
with
15 additions
and
1 deletion
ChangeLog
+
8
−
0
View file @
89886f2e
ChangeLog for RQL
=================
2008-10-17 -- 0.20.2
* new remove_subquery method on Select node
* remove_node accepts a new 'undefine' argument (default to False for bw compat)
telling if it should undefine no more referenced variables
2008-10-09 -- 0.20.1
* introduce "sqlscope" where NOT node is considered as a new scope
...
...
This diff is collapsed.
Click to expand it.
__pkginfo__.py
+
1
−
1
View file @
89886f2e
...
...
@@ -8,7 +8,7 @@
__docformat__
=
"
restructuredtext en
"
modname
=
"
rql
"
numversion
=
(
0
,
20
,
1
)
numversion
=
(
0
,
20
,
2
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'
LCL
'
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
89886f2e
rql (0.20.2-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <Sylvain Thenault <sylvain.thenault@logilab.fr>> Fri, 17 Oct 2008 08:58:53 +0200
rql (0.20.1-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