dendrite/roomserver/storage
Kegsay a6f995eb45
Merge Updater structs (#1069)
* Move Updater structs to shared and use it for postgres

* Add constructors for NewXXXUpdater and a useTxns flag

In sqlite, we set useTxns=false and comment why.

* Handle nil txn

* Handle nil in transaction

* Missed one

* Close the txn at the right time

* Don't close the transaction as we reuse it between calls
2020-05-28 11:15:21 +01:00
..
postgres Merge Updater structs (#1069) 2020-05-28 11:15:21 +01:00
shared Merge Updater structs (#1069) 2020-05-28 11:15:21 +01:00
sqlite3 Merge Updater structs (#1069) 2020-05-28 11:15:21 +01:00
tables Convert remaining roomserver tables (#1065) 2020-05-27 11:03:47 +01:00
interface.go Convert remaining roomserver tables (#1065) 2020-05-27 11:03:47 +01:00
storage.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
storage_wasm.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00