mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 10:05:27 +03:00
Merge patch into master
This commit is contained in:
commit
b57e4005c2
@ -1,6 +1,6 @@
|
|||||||
cabal-version: 3.0
|
cabal-version: 3.0
|
||||||
name: hasql
|
name: hasql
|
||||||
version: 1.7.0.1
|
version: 1.7.0.2
|
||||||
category: Hasql, Database, PostgreSQL
|
category: Hasql, Database, PostgreSQL
|
||||||
synopsis: Fast PostgreSQL driver with a flexible mapping API
|
synopsis: Fast PostgreSQL driver with a flexible mapping API
|
||||||
description:
|
description:
|
||||||
|
@ -87,10 +87,10 @@ run (Pipeline sendQueriesInIO) connection registry integerDatetimes = do
|
|||||||
--
|
--
|
||||||
-- @
|
-- @
|
||||||
-- insertOrders :: [OrderDetails] -> 'Hasql.Session.Session' [OrderId]
|
-- insertOrders :: [OrderDetails] -> 'Hasql.Session.Session' [OrderId]
|
||||||
-- insertOrders songs =
|
-- insertOrders orders =
|
||||||
-- 'Hasql.Session.pipeline' $
|
-- 'Hasql.Session.pipeline' $
|
||||||
-- forM songs $ \\song ->
|
-- forM orders $ \\order ->
|
||||||
-- 'Hasql.Pipeline.statement' song Statements.insertOrder
|
-- 'Hasql.Pipeline.statement' order Statements.insertOrder
|
||||||
-- @
|
-- @
|
||||||
--
|
--
|
||||||
-- === Combining Queries
|
-- === Combining Queries
|
||||||
|
Loading…
Reference in New Issue
Block a user