= not == in sql

pull/4/merge
David Baker 9 years ago
parent c77e7e60fc
commit 4eb7b950c8
  1. 2
      synapse/storage/event_push_actions.py

@ -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, (

Loading…
Cancel
Save