Bump version to 2.2.3.
This commit is contained in:
parent
43de402a54
commit
0e734e79e0
@ -1,5 +1,5 @@
|
||||
name: esqueleto
|
||||
version: 2.2.2
|
||||
version: 2.2.3
|
||||
synopsis: Type-safe EDSL for SQL queries on persistent backends.
|
||||
homepage: https://github.com/prowdsponsor/esqueleto
|
||||
license: BSD3
|
||||
|
||||
@ -277,7 +277,10 @@ class (Functor query, Applicative query, Monad query) =>
|
||||
-- | @LIKE@ operator.
|
||||
like :: (PersistField s, IsString s) => expr (Value s) -> expr (Value s) -> expr (Value Bool)
|
||||
-- | @ILIKE@ operator (case-insensitive @LIKE@).
|
||||
--
|
||||
-- Supported by PostgreSQL only.
|
||||
--
|
||||
-- /Since: 2.2.3/
|
||||
ilike :: (PersistField s, IsString s) => expr (Value s) -> expr (Value s) -> expr (Value Bool)
|
||||
-- | The string @'%'@. May be useful while using 'like' and
|
||||
-- concatenation ('concat_' or '++.', depending on your
|
||||
|
||||
Loading…
Reference in New Issue
Block a user