Go to file
Andreas Herrmann 0d76e0e090 added test: coalesceDefault with sub_select
The generated SQL code needs to wrap the sub-query in an extra pair of
parentheses.

I.e. the following is invalid SQL:

    COALESCE( SELECT ... , ... )

This is the correct syntax:

    COALESCE( (SELECT ...) , ... )
2015-02-27 23:12:32 +01:00
docs Typos and fixes to the blog post. 2012-09-07 00:08:16 -03:00
src/Database Fix coalesce/coalesceDefault for sub-queries 2015-02-27 23:12:32 +01:00
test added test: coalesceDefault with sub_select 2015-02-27 23:12:32 +01:00
.gitignore Ignore cabal sandboxes. 2014-03-04 09:01:39 -03:00
esqueleto.cabal Bump version to 2.1.2.1. 2014-11-24 15:04:11 -02:00
LICENSE Initial commit. 2012-09-03 09:18:39 -03:00
README Initial commit. 2012-09-03 09:18:39 -03:00
Setup.hs Initial commit. 2012-09-03 09:18:39 -03:00