dendrite/syncapi/storage
Neil Alexander d32f60249d
Modify sync transaction behaviour (#2758)
This now uses a transaction per stream, so that errors in one stream
don't propagate to another, and we therefore no longer need to do hacks
to reopen a new transaction after aborting a failed one.
2022-10-03 11:38:20 +01:00
..
postgres Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
shared Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
sqlite3 Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
tables Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
interface.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +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
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00