Bump version to 1.3.6.
This commit is contained in:
parent
3ed5930063
commit
67522cecbc
@ -1,5 +1,5 @@
|
||||
name: esqueleto
|
||||
version: 1.3.5
|
||||
version: 1.3.6
|
||||
synopsis: Bare bones, type-safe EDSL for SQL queries on persistent backends.
|
||||
homepage: https://github.com/meteficha/esqueleto
|
||||
license: BSD3
|
||||
|
||||
@ -482,6 +482,8 @@ unsafeSqlFunction name arg =
|
||||
|
||||
-- | (Internal) An unsafe SQL function to extract a subfield from a compound
|
||||
-- field, e.g. datetime. See 'unsafeSqlBinOp' for warnings.
|
||||
--
|
||||
-- Since: 1.3.6.
|
||||
unsafeSqlExtractSubField :: UnsafeSqlFunctionArgument a =>
|
||||
TLB.Builder -> a -> SqlExpr (Value b)
|
||||
unsafeSqlExtractSubField subField arg =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user