esqueleto/test
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
..
Test.hs added test: coalesceDefault with sub_select 2015-02-27 23:12:32 +01:00