Bump version to 2.4.2.
This commit is contained in:
parent
670e615395
commit
17b9c3be9a
@ -1,5 +1,5 @@
|
||||
name: esqueleto
|
||||
version: 2.4.1
|
||||
version: 2.4.2
|
||||
synopsis: Type-safe EDSL for SQL queries on persistent backends.
|
||||
homepage: https://github.com/prowdsponsor/esqueleto
|
||||
license: BSD3
|
||||
|
||||
@ -1740,6 +1740,8 @@ to16 ((a,b),(c,d),(e,f),(g,h),(i,j),(k,l),(m,n),(o,p)) = (a,b,c,d,e,f,g,h,i,j,k,
|
||||
|
||||
|
||||
-- | Insert a 'PersistField' for every selected value.
|
||||
--
|
||||
-- /Since: 2.4.2/
|
||||
insertSelect :: (MonadIO m, PersistEntity a) =>
|
||||
SqlQuery (SqlExpr (Insertion a)) -> SqlPersistT m ()
|
||||
insertSelect = liftM (const ()) . insertSelectCount
|
||||
|
||||
Loading…
Reference in New Issue
Block a user