mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-27 22:34:55 +00:00
= not == in sql
This commit is contained in:
@@ -75,7 +75,7 @@ class EventPushActionsStore(SQLBaseStore):
|
||||
" AND ea.room_id = ?"
|
||||
" AND ("
|
||||
" e.topological_ordering > ?"
|
||||
" OR (e.topological_ordering == ? AND e.stream_ordering > ?)"
|
||||
" OR (e.topological_ordering = ? AND e.stream_ordering > ?)"
|
||||
")"
|
||||
)
|
||||
txn.execute(sql, (
|
||||
|
||||
Reference in New Issue
Block a user