dendrite/syncapi/storage
Ashley Nelson 4656ebf9de Add function to convert current room state to StreamEvents
The current room state table records were previously reusing a function
for converting output room event rows into StreamEvents. This
required altering the query to produce additional columns required by
output room events, which is error prone. This commit creates a function
explicitly for the current room state table so the query can be changed
to only select fields present in the table.
2022-10-02 20:03:18 +00:00
..
postgres Add function to convert current room state to StreamEvents 2022-10-02 20:03:18 +00:00
shared Reset transaction after a failure 2022-09-30 17:07:37 +01:00
sqlite3 Add function to convert current room state to StreamEvents 2022-10-02 20:03:18 +00:00
tables Add unit test for current room state behavior 2022-10-02 19:40:10 +00:00
interface.go Reset transaction after a failure 2022-09-30 17:07:37 +01:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_test.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00