Kegan Dougal 10f94336ba state: rewrite SELECT ... IN to be SELECT ... ANY
Using ANY allows us to give a single parameter containing many many
entries, which bypasses the postgres parameter limit of 65535. Without
this, large rooms like Matrix HQ which have current state >65535 events
will not be stored correctly.

Add torture test to the events table to assert that we can query >65535
events.
2022-02-22 17:38:18 +00:00
..
2021-11-09 15:08:08 +00:00
2021-11-04 16:09:08 +00:00