We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940cf38 commit 1ba93bdCopy full SHA for 1ba93bd
bench/Bench.hs
@@ -95,7 +95,7 @@ benchPw statement = benchRequests createConnection $ \c -> do
95
d <- readNextData c
96
waitReadyForQuery c
97
where
98
- q = Query statement V.empty Binary Binary AlwaysCache
+ q = Query statement [] Binary Binary AlwaysCache
99
createConnection = connect defaultSettings >>=
100
either (error . ("Connection error " <>) . show) pure
101
0 commit comments