Dreprecate to prepare to drop.

This commit is contained in:
Kei Hibino 2015-11-12 15:14:43 +09:00
parent 7c4dea2c2e
commit 1d97f9087d

View File

@ -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