1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-02-28 13:54:28 -06:00
Commit graph

2 commits

Author SHA1 Message Date
Kegsay a6f995eb45
Merge Updater structs ()
* 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
Kegsay a7f12bce79
Convert remaining roomserver tables ()
* Convert invites table

* Convert membership table

* Factor out remaining functions except for *Updater structs

* Remove 'implements' comments from long-forgotten interfaces. Move those comments to storage.Database
2020-05-27 11:03:47 +01:00
Renamed from roomserver/storage/sqlite3/prepare.go (Browse further)