Skip to content

v4.2.1

Compare
Choose a tag to compare
@mpyw mpyw released this 21 Jul 06:48
· 21 commits to master since this release
fc98d47

v4.2.1: Fix bugs of finite timeout emulation for Postgres by mpyw · Pull Request #5 · mpyw/laravel-database-advisory-lock

Fix bugs of finite timeout emulation for Postgres (#4)

A bug that transactions unexpectedly aborted was solved by creating a temporary function in pg_temp instead of using DO + RAISE.