mysql-simple icon indicating copy to clipboard operation
mysql-simple copied to clipboard

Upgrade LTS, generic derivations, SQL quasi quoter

Open fredefox opened this issue 5 years ago • 4 comments

This change incorporate three changes

  • Upgrading the Stackage LTS version.
  • Generic algorithms for deriving QueryParams and QueryResult
  • A SQL quasi-quoter

Please see the relevant commit messages for more context.

fredefox avatar May 15 '19 20:05 fredefox

Thanks - I think this is a good idea. Obviously it needs to be fixed to pass the tests on older LTS versions.

paul-rouse avatar May 16 '19 13:05 paul-rouse

I was wondering if you have any take on my concerns mentioned in the commit message of 2e1619f85176dcfa903835104d211cae28082e19.

fredefox avatar May 16 '19 14:05 fredefox

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.

fredefox avatar May 17 '19 18:05 fredefox

Thanks for the comments @treeowl! I like your type error patch for Arity.

fredefox avatar May 29 '19 18:05 fredefox