| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | Alexander Thiemann <mail@agrafix.net> |
| Safe Haskell | None |
Database.SQLDeps.Diff
Description
Helper module that calcuates which SELECT statements are affected by an UPDATE or INSERT
Documentation
affectedSelects :: Upsert -> [Select] -> [Select]Source