Associate a name with database connections
This helps when working out which connection to the database is doing what.
This commit is contained in:
parent
1b5db7adac
commit
743cec7cb6
14 changed files with 20 additions and 4 deletions
|
|
@ -107,6 +107,7 @@ Summary of changes:
|
|||
(test-begin "test-branch-updated-emails")
|
||||
|
||||
(with-postgresql-connection
|
||||
"test-branch-updated-emails"
|
||||
(lambda (conn)
|
||||
(test-assert "enqueue-job-for-email works"
|
||||
(with-postgresql-transaction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue