mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 01:52:45 +03:00
Merge patch into master
This commit is contained in:
commit
b57e4005c2
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user