Skip to content

Commit

Permalink
Update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Dec 1, 2024
1 parent a6215c0 commit 5b44347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Hasql/Statement.hs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ refineResult refiner (Statement template encoder decoder preparable) =
-- Decoders.'Decoders.noResult'
-- @
--
-- This approach is much more efficient than executing a single-row insert-statement multiple times.
-- While this approach is much more efficient than executing a single-row insert-statement multiple times from within 'Session', a comparable performance can also be achieved by executing a single-insert statement from within a 'Pipeline'.

-- $inAndNotIn
--
Expand Down

0 comments on commit 5b44347

Please sign in to comment.