We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cacce0 commit c93d40fCopy full SHA for c93d40f
src/Database/PostgreSQL/PQTypes/Transaction/Settings.hs
@@ -49,7 +49,7 @@ data ConnectionAcquisitionMode
49
= -- | Acquire a connection on demand, i.e. only when a query needs to be
50
-- run. This mode enables you to have a
51
-- t'Database.PostgreSQL.PQTypes.Class.MonadDB' constraint in scope without
52
- -- keeping a transaction open, but allows only execution of read only
+ -- keeping a transaction open, but is limited to executionn of read only
53
-- queries.
54
AcquireOnDemand
55
| -- | Acquire a connection, start a transaction with a given isolation level
0 commit comments