Comment.
This commit is contained in:
parent
19946509a4
commit
8fa3cc37f9
|
@ -71,6 +71,7 @@ class StreamStore(SQLBaseStore):
|
||||||
"invites": invites_sql,
|
"invites": invites_sql,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Constraints and ordering depend on direction.
|
||||||
if from_key < to_key:
|
if from_key < to_key:
|
||||||
sql += (
|
sql += (
|
||||||
"AND e.ordering > ? AND e.ordering < ? "
|
"AND e.ordering > ? AND e.ordering < ? "
|
||||||
|
|
Loading…
Reference in New Issue