hpqtypes v1.9.4.0 Release Notes
Release Date: 2022-05-18 // 9 months ago-
- ➕ Add support for prepared statements.
- 👉 Make more foreign C calls safe.
- Don't manage
PGconn
with aForeignPtr
. - 👉 Use
closeFdWith
when closing connections.
Previous changes from v1.9.3.1
-
- 🛠 Fix
withTransaction
andwithSavepoint
with short-circuiting monad transformers such asExceptT
.
- 🛠 Fix