summaryrefslogtreecommitdiff
path: root/Main.hs
AgeCommit message (Collapse)Author
2019-01-15Improve error messagesdefanor
- ResultError gets handled now - No plain textual messages anymore - An XML namespace is set, though an experimental one Maybe the serialization should be changed to simplify templating. It would also be nice to specify the schema (e.g., with relax ng), host it, and use its URI for the namespace.
2019-01-13Handle FormatError and QueryErrordefanor
In addition to SqlError. ResultError handling should be added as well, and perhaps the resulting XML should be refined.
2018-12-30Initial commitdefanor
The initial working version, an example, and brief description are included. Error handling and reporting, perhaps HTTP headers, CLI arguments, and documentation can still be improved, but that's for future commits.