Fix parens (silly bug).
This commit is contained in:
parent
979ea1c6d1
commit
fdf9985142
@ -235,7 +235,7 @@ makeWhere _ _ = error "Esqueleto/Sql/makeWhere: never here (see GHC #6124)"
|
|||||||
|
|
||||||
|
|
||||||
parens :: TLB.Builder -> TLB.Builder
|
parens :: TLB.Builder -> TLB.Builder
|
||||||
parens b = "(" <> (b <> "(")
|
parens b = "(" <> (b <> ")")
|
||||||
|
|
||||||
|
|
||||||
-- | Class for mapping results coming from 'SqlQuery' into actual
|
-- | Class for mapping results coming from 'SqlQuery' into actual
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user