Skip to content

v2.1.7

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 08:29
· 52 commits to master since this release
e217df9
make postgres queries composable into transaction

Create sub functions which requires sql.Tx as parameters, so they will
run queries in transaction.
The queries can be combined and reused in functions

That's a start to make possible to roll back if we detect that client
can't read the secret (bad decrypt key for example)