mysql-simple
mysql-simple copied to clipboard
Upgrade LTS, generic derivations, SQL quasi quoter
This change incorporate three changes
- Upgrading the Stackage LTS version.
- Generic algorithms for deriving
QueryParams
andQueryResult
- A SQL quasi-quoter
Please see the relevant commit messages for more context.
Thanks - I think this is a good idea. Obviously it needs to be fixed to pass the tests on older LTS versions.
I was wondering if you have any take on my concerns mentioned in the commit message of 2e1619f85176dcfa903835104d211cae28082e19.
EDITED
~Note to self: I should at the very least mention in the documentation that the "slots in target type" is not being inferred generically.~
The "slots in the target type" are now being inferred generically.
Thanks for the comments @treeowl! I like your type error patch for Arity
.