Go to file
Felipe Lessa 33b1fafc2d Thread IdentState through subqueries (fixes #28).
There used to be name clashes if a subquery referenced
an entity that was already being used on the outer query.
Now we thread the outer query's IdentState to its subqueries,
which use it instead of initialIdentState.

Note that clashes still may occur between subqueries of
a query, but I think that's harmless.
2013-09-15 04:16:35 -03:00
docs Typos and fixes to the blog post. 2012-09-07 00:08:16 -03:00
src/Database Thread IdentState through subqueries (fixes #28). 2013-09-15 04:16:35 -03:00
test Add tests that expose bug #28. 2013-09-15 02:08:43 -03:00
.gitignore Initial skeleton. 2012-09-03 11:38:22 -03:00
esqueleto.cabal Bump version to 1.3.3. 2013-08-27 10:33:51 -03: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