Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
4f6ff757f83c
Commit
37e7d951
authored
Sep 30, 2011
by
Alexandre Fayolle
Browse files
fix typo in comment
--HG-- branch : stable
parent
405017c79b45
Changes
1
Hide whitespace changes
Inline
Side-by-side
entity.py
View file @
4f6ff757
...
...
@@ -777,7 +777,7 @@ class Entity(AppObject):
rql
.
split
(
' WHERE '
,
1
)[
1
])
elif
not
' ORDERBY '
in
rql
:
args
=
rql
.
split
(
' WHERE '
,
1
)
# if modification_date already retr
e
ived, we should use it instead
# if modification_date already retri
e
ved, we should use it instead
# of adding another variable for sort. This should be be problematic
# but it's actually with sqlserver, see ticket #694445
if
'X modification_date '
in
args
[
1
]:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment