Skip to content

@databases/[email protected]

Choose a tag to compare

@ForbesLindesay ForbesLindesay released this 12 Jan 16:40
fc057f6

Performance Improvements

  • Release connections before running post commit steps (#274)

    This reduces the risk of deadlocks where the post-commit step might be waiting for a connection from the pool while a connection is still being held by the transaction, even though the transaction cannot be used once the post-commit steps begin running.