prowdsponsor / esqueleto

Bare bones, type-safe EDSL for SQL queries on persistent backends.
http://hackage.haskell.org/package/esqueleto
BSD 3-Clause "New" or "Revised" License
178 stars 51 forks source link

Fix coalesce/coalesceDefault for sub-queries #91

Closed aherrmann closed 9 years ago

aherrmann commented 9 years ago

Fixes issue #90

Please note that I'm not experienced with the internals of Esqueleto. However, when I encountered the issue I felt I could give it a shot. Please let me know if this is an acceptable solution.

meteficha commented 9 years ago

Sorry for taking so long to get to your PR, it looks great! Merged and released as esqueleto-2.1.3.

aherrmann commented 9 years ago

No worries, thanks for merging.