Andres Löh
Andres Löh
A WHERE clause in a query is meaningful even if there are no input tables. It makes the difference between there being 0 or 1 results. We therefore should not...
As the title says, a query such as `SELECT true WHERE false` is not rendered correctly by Beam. In general, `WHERE` clauses are dropped in queries where there is no...
Reported by Günter Rote: The built documentation currently contains error messages because none of my current systems still have a version of hugs installed. It would be good to just...
Figure out a way to handle certain page breaks better. There are at least two situations where the current situation is bad: - If a single line precedes a code...
Reported to me by siracusa on #haskell. Hardly any sanity testing is performed for %subst directives. If the RHS mentions a variable that isn't bound on the lhs, then a...
%format 1s = ... is interpreted as a parameterized formatting directive, rather than a formatting directive for the token "1s".
This change modifies the previously introduced generalisation of the Haskell datatype that holds the Swagger specification to an aeson Value, see 6576953c39bf1407813ba1880525ed08ea8af9eb By using an aeson Value, all ordering information...