mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-01 22:02:07 +03:00
Weaken too strong constraint.
This commit is contained in:
parent
3929ce8d9c
commit
16acbcf3ef
@ -72,7 +72,7 @@ runPreparedKeyUpdate a = executeNoFetch . bindToKeyUpdate a
|
||||
|
||||
-- | Prepare insert statement, bind parameters,
|
||||
-- execute statement and get execution result.
|
||||
runKeyUpdate :: (IConnection conn, ToSql SqlValue a, ToSql SqlValue p)
|
||||
runKeyUpdate :: (IConnection conn, ToSql SqlValue a)
|
||||
=> conn
|
||||
-> a
|
||||
-> KeyUpdate p a
|
||||
|
Loading…
Reference in New Issue
Block a user