mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-01 13:52:12 +03:00
Dreprecate to prepare to drop.
This commit is contained in:
parent
7c4dea2c2e
commit
1d97f9087d
@ -85,6 +85,7 @@ chunks n = rec' where
|
||||
(c, tl) = splitAt n xs
|
||||
|
||||
-- | Prepare and insert with chunk insert statement. Result is insert action list.
|
||||
{-# DEPRECATED chunksInsertActions "Difficult to release around prepared statement resources." #-}
|
||||
chunksInsertActions :: (IConnection conn, ToSql SqlValue a)
|
||||
=> conn
|
||||
-> Insert a
|
||||
|
Loading…
Reference in New Issue
Block a user