mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03:00
= not == in sql
This commit is contained in:
parent
c77e7e60fc
commit
4eb7b950c8
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class EventPushActionsStore(SQLBaseStore):
|
||||||
" AND ea.room_id = ?"
|
" AND ea.room_id = ?"
|
||||||
" AND ("
|
" AND ("
|
||||||
" e.topological_ordering > ?"
|
" e.topological_ordering > ?"
|
||||||
" OR (e.topological_ordering == ? AND e.stream_ordering > ?)"
|
" OR (e.topological_ordering = ? AND e.stream_ordering > ?)"
|
||||||
")"
|
")"
|
||||||
)
|
)
|
||||||
txn.execute(sql, (
|
txn.execute(sql, (
|
||||||
|
|
Loading…
Reference in a new issue