Skip to content

Commit

Permalink
Merge patch into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 8, 2024
2 parents 954bb64 + 94aebd4 commit b57e400
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hasql.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: hasql
version: 1.7.0.1
version: 1.7.0.2
category: Hasql, Database, PostgreSQL
synopsis: Fast PostgreSQL driver with a flexible mapping API
description:
Expand Down
6 changes: 3 additions & 3 deletions library/Hasql/Pipeline/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ run (Pipeline sendQueriesInIO) connection registry integerDatetimes = do
--
-- @
-- insertOrders :: [OrderDetails] -> 'Hasql.Session.Session' [OrderId]
-- insertOrders songs =
-- insertOrders orders =
-- 'Hasql.Session.pipeline' $
-- forM songs $ \\song ->
-- 'Hasql.Pipeline.statement' song Statements.insertOrder
-- forM orders $ \\order ->
-- 'Hasql.Pipeline.statement' order Statements.insertOrder
-- @
--
-- === Combining Queries
Expand Down

0 comments on commit b57e400

Please sign in to comment.