morphismtech / squeal

Squeal, a deep embedding of SQL in Haskell
350 stars 32 forks source link

update lockRows to Ungrouped table exprs #288

Closed adamwespiser closed 3 years ago

adamwespiser commented 3 years ago

Description

This is a fix for issue: #287 and modified lockRows to prevent a runtime postgresql error that would happen if you try to add a LockingClause to a grouped table expression.