Commit graph

3 commits

Author SHA1 Message Date
Neil Alexander 24516a342f
Remove unnecessary interfaces for latest events and membership updaters 2020-08-19 12:26:23 +01:00
Neil Alexander e9e7a76a5a
Take input transaction when setting up updaters 2020-08-19 11:59:55 +01:00
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