mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-12 12:09:08 +03:00
Fix haddock markup.
This commit is contained in:
parent
17cfd474b4
commit
2816a2fd5e
@ -60,8 +60,9 @@ instance ToSql q () where
|
||||
fromRecord :: ToSql q a => a -> [q]
|
||||
fromRecord = runFromRecord recordToSql
|
||||
|
||||
-- | Expect update form like
|
||||
-- "UPDATE <table> SET c0 = ?, c1 = ?, ..., cn = ? WHERE key = ? "
|
||||
-- | SQL values expected by update form like
|
||||
--
|
||||
-- /UPDATE <table> SET c0 = ?, c1 = ?, ..., cn = ? WHERE key = ?/
|
||||
updateValuesByUnique' :: RecordToSql q ra
|
||||
-> KeyConstraint Unique ra
|
||||
-> ra
|
||||
|
Loading…
Reference in New Issue
Block a user