Removed from tests
This commit is contained in:
parent
7e96bb54a7
commit
c0d2d67f74
@ -131,11 +131,11 @@ testMysqlUpdate = do
|
|||||||
|
|
||||||
nameContains :: (BaseBackend backend ~ SqlBackend,
|
nameContains :: (BaseBackend backend ~ SqlBackend,
|
||||||
BackendCompatible SqlBackend backend,
|
BackendCompatible SqlBackend backend,
|
||||||
Esqueleto query expr backend, MonadIO m, SqlString s,
|
MonadIO m, SqlString s,
|
||||||
IsPersistBackend backend, PersistQueryRead backend,
|
IsPersistBackend backend, PersistQueryRead backend,
|
||||||
PersistUniqueRead backend)
|
PersistUniqueRead backend)
|
||||||
=> (SqlExpr (Value [Char])
|
=> (SqlExpr (Value [Char])
|
||||||
-> expr (Value s)
|
-> SqlExpr (Value s)
|
||||||
-> SqlExpr (Value Bool))
|
-> SqlExpr (Value Bool))
|
||||||
-> s
|
-> s
|
||||||
-> [Entity Person]
|
-> [Entity Person]
|
||||||
|
|||||||
@ -48,11 +48,11 @@ testPostgresqlCoalesce = do
|
|||||||
|
|
||||||
nameContains :: (BaseBackend backend ~ SqlBackend,
|
nameContains :: (BaseBackend backend ~ SqlBackend,
|
||||||
BackendCompatible SqlBackend backend,
|
BackendCompatible SqlBackend backend,
|
||||||
Esqueleto query expr backend, MonadIO m, SqlString s,
|
MonadIO m, SqlString s,
|
||||||
IsPersistBackend backend, PersistQueryRead backend,
|
IsPersistBackend backend, PersistQueryRead backend,
|
||||||
PersistUniqueRead backend)
|
PersistUniqueRead backend)
|
||||||
=> (SqlExpr (Value [Char])
|
=> (SqlExpr (Value [Char])
|
||||||
-> expr (Value s)
|
-> SqlExpr (Value s)
|
||||||
-> SqlExpr (Value Bool))
|
-> SqlExpr (Value Bool))
|
||||||
-> s
|
-> s
|
||||||
-> [Entity Person]
|
-> [Entity Person]
|
||||||
|
|||||||
@ -132,11 +132,11 @@ testSqliteUpdate = do
|
|||||||
|
|
||||||
nameContains :: (BaseBackend backend ~ SqlBackend,
|
nameContains :: (BaseBackend backend ~ SqlBackend,
|
||||||
BackendCompatible SqlBackend backend,
|
BackendCompatible SqlBackend backend,
|
||||||
Esqueleto query expr backend, MonadIO m, SqlString s,
|
MonadIO m, SqlString s,
|
||||||
IsPersistBackend backend, PersistQueryRead backend,
|
IsPersistBackend backend, PersistQueryRead backend,
|
||||||
PersistUniqueRead backend)
|
PersistUniqueRead backend)
|
||||||
=> (SqlExpr (Value [Char])
|
=> (SqlExpr (Value [Char])
|
||||||
-> expr (Value s)
|
-> SqlExpr (Value s)
|
||||||
-> SqlExpr (Value Bool))
|
-> SqlExpr (Value Bool))
|
||||||
-> s
|
-> s
|
||||||
-> [Entity Person]
|
-> [Entity Person]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user