mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-19 10:54:17 -05:00
= not == in sql
This commit is contained in:
parent
c77e7e60fc
commit
4eb7b950c8
@ -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 New Issue
Block a user