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
0312b8ff84ef
Commit
0312b8ff84ef
authored
14 years ago
by
Sylvain Thénault
Browse files
Options
Downloads
Patches
Plain Diff
0.26.1
parent
0e73277cf67c
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
+4
-1
4 additions, 1 deletion
ChangeLog
__pkginfo__.py
+2
-6
2 additions, 6 deletions
__pkginfo__.py
debian/control
+1
-1
1 addition, 1 deletion
debian/control
with
7 additions
and
8 deletions
ChangeLog
+
4
−
1
View file @
0312b8ff
ChangeLog for RQL
=================
--
2010-06-04 -- 0.26.1
* normalize NOT() to NOT EXISTS() when it makes sense
...
...
@@ -5,3 +5,4 @@
* normalize NOT() to NOT EXISTS() when it makes sense
* fix grammar bug in HAVING clause: should all arbitrary expression and fix to deal with IN() hack
...
...
@@ -6,5 +7,7 @@
* fix grammar bug in HAVING clause: should all arbitrary expression and fix to deal with IN() hack
2010-04-20 -- 0.26.0
* setuptools support
...
...
This diff is collapsed.
Click to expand it.
__pkginfo__.py
+
2
−
6
View file @
0312b8ff
...
...
@@ -16,9 +16,7 @@
#
# You should have received a copy of the GNU Lesser General Public License along
# with rql. If not, see <http://www.gnu.org/licenses/>.
"""
RQL packaging information.
"""
"""
RQL packaging information.
"""
__docformat__
=
"
restructuredtext en
"
modname
=
"
rql
"
...
...
@@ -22,7 +20,7 @@
__docformat__
=
"
restructuredtext en
"
modname
=
"
rql
"
numversion
=
(
0
,
26
,
0
)
numversion
=
(
0
,
26
,
1
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'
LGPL
'
...
...
@@ -37,8 +35,6 @@
web
=
"
http://www.logilab.org/project/rql
"
ftp
=
"
ftp://ftp.logilab.org/pub/rql
"
pyversions
=
[
'
2.4
'
]
import
os
,
subprocess
,
sys
from
distutils.core
import
Extension
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
0312b8ff
...
...
@@ -13,7 +13,7 @@
Architecture: any
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-logilab-common (>= 0.35.3-1), yapps2-runtime, python-logilab-database
Conflicts: cubicweb-common (< 3.8.
0
)
Conflicts: cubicweb-common (< 3.8.
3
)
Provides: ${python:Provides}
Description: relationship query language (RQL) utilities
A library providing the base utilities to handle RQL queries,
...
...
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