Felipe Lessa
|
8973d650a4
|
Allow ON clauses on sub-JOINs.
|
2012-09-05 16:47:15 -03:00 |
|
Felipe Lessa
|
7bb68cc233
|
Allow any parenthesization of JOINs.
|
2012-09-05 15:55:59 -03:00 |
|
Felipe Lessa
|
1e19d8625b
|
Implement JOIN and ON clauses. Also add (?.).
|
2012-09-05 15:38:14 -03:00 |
|
Felipe Lessa
|
80d60bb9b6
|
Avoid using capitalized "Esqueleto" when referring to the library.
|
2012-09-04 18:37:02 -03:00 |
|
Felipe Lessa
|
31b4b0669f
|
orderBy, asc, desc.
|
2012-09-04 18:12:40 -03:00 |
|
Felipe Lessa
|
c601613162
|
isNothing, just, nothing.
|
2012-09-04 18:12:25 -03:00 |
|
Felipe Lessa
|
bb7775b672
|
Create a separate sqlSelectColCount.
|
2012-09-04 00:45:16 -03:00 |
|
Felipe Lessa
|
57c3b403d5
|
Avoid undefined.
|
2012-09-04 00:29:39 -03:00 |
|
Felipe Lessa
|
dc6bcda8e4
|
Correctly consume connection resources.
|
2012-09-04 00:27:47 -03:00 |
|
Felipe Lessa
|
7ebb2d87bf
|
Throw PersistMarshalError instead of using fail.
|
2012-09-04 00:27:18 -03:00 |
|
Felipe Lessa
|
fdf9985142
|
Fix parens (silly bug).
|
2012-09-03 23:13:51 -03:00 |
|
Felipe Lessa
|
979ea1c6d1
|
Write FROM on the queries.
|
2012-09-03 23:13:40 -03:00 |
|
Felipe Lessa
|
1230245749
|
Manually avoid spurious warnings.
http://hackage.haskell.org/trac/ghc/ticket/6124
|
2012-09-03 21:40:28 -03:00 |
|
Felipe Lessa
|
217b03d22e
|
Export selectSource.
|
2012-09-03 18:45:20 -03:00 |
|
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 |
|