issues
search
hasura
/
pg-client-hs
A low level Haskell library to connect to postgres
Apache License 2.0
25
stars
15
forks
source link
Option to disable prepared statements for all connections in the pool (close #3)
#4
Closed
nizar-m
closed
5 years ago
nizar-m
commented
5 years ago
Boolean Field in Postgres Connection data type to track whether prepared statements are allowed (
pgAllowPrepare
)
Only allow prepared statements if pgAllowPrepare is set and if the statement is preparable
Boolean Field in the Connection Parameters configuration for the Postgres Connection pool (
cpAllowPrepare
: Used to set pgAllowPrepare in PGConn)
pgAllowPrepare
)cpAllowPrepare
: Used to set pgAllowPrepare in PGConn)