mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
Add appopriate framing clause
This commit is contained in:
parent
d25c20ccbe
commit
fadb01551a
1 changed files with 1 additions and 0 deletions
|
@ -324,6 +324,7 @@ class StateStore(SQLBaseStore):
|
|||
)
|
||||
SELECT type, state_key, last_value(event_id) OVER (
|
||||
PARTITION BY type, state_key ORDER BY state_group ASC
|
||||
ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING
|
||||
) AS event_id FROM state_groups_state
|
||||
WHERE state_group IN (
|
||||
SELECT state_group FROM state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue