Bump version to 1.2.2.
This commit is contained in:
parent
8092647cdd
commit
d056545c3e
@ -1,5 +1,5 @@
|
||||
name: esqueleto
|
||||
version: 1.2.1
|
||||
version: 1.2.2
|
||||
synopsis: Bare bones, type-safe EDSL for SQL queries on persistent backends.
|
||||
homepage: https://github.com/meteficha/esqueleto
|
||||
license: BSD3
|
||||
|
||||
@ -174,6 +174,8 @@ class (Functor query, Applicative query, Monad query) =>
|
||||
offset :: Int64 -> query ()
|
||||
|
||||
-- | @HAVING@.
|
||||
--
|
||||
-- /Since: 1.2.2/
|
||||
having :: expr (Value Bool) -> query ()
|
||||
|
||||
-- | Execute a subquery @SELECT@ in an expression. Returns a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user