Commit Graph

57 Commits

Author SHA1 Message Date
Felipe Lessa
531ca905fd Steal code from rawSql and stop using it.
Unfortunately we can't use rawSql, since we need explicit control
of the SELECT (i.e. we can't use "??").
2012-09-03 18:43:17 -03:00
Felipe Lessa
3330e6c4ee Doc improvements. 2012-09-03 16:39:01 -03:00
Felipe Lessa
b189791dc3 Use fundeps on SqlSelect.
This allows GHC to infer the type of from by the return of
select.
2012-09-03 16:26:02 -03:00
Felipe Lessa
33d04d5f27 Implement sub. 2012-09-03 15:57:20 -03:00
Felipe Lessa
fe7a32e7e4 Pass escaping function as argument to ERaw (instead of Connection). 2012-09-03 15:53:38 -03:00
Felipe Lessa
a4bd0268aa Change ERaw, more dependent on Connection. 2012-09-03 15:51:12 -03:00
Felipe Lessa
aba36832f6 Second prototype, now using finally tagless style. 2012-09-03 15:42:28 -03:00