Skip to content

1.6.0

Compare
Choose a tag to compare
@wesleykendall wesleykendall released this 25 Aug 01:09
· 6 commits to main since this release
195e390

Features

  • Support transaction-level locks by @wesleykendall in #13.

    Use pglock.advisory(xact=True) for transaction-level advisory locks. Both context manager and functional invocations are supported.

Changes