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. |
||
|---|---|---|
| docs | ||
| src/Database | ||
| test | ||
| .gitignore | ||
| esqueleto.cabal | ||
| LICENSE | ||
| README | ||
| Setup.hs | ||