packages feed

persistent-mysql-haskell 0.2.0.0 → 0.2.1.0

raw patch · 3 files changed

+7/−6 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,6 @@+## 0.2.1.0+- Bumped up version to update README.+ ## 0.2.0.0 - Added APIs for setting port number and character encoding. - Updated type signature for mkMySQLConnectInfo to align with mysql-haskell.
README.md view
@@ -63,15 +63,13 @@ - TLDR: Upstream wants to gauge community interest before absorbing this backend into the main repo. - Long version: See [issue yesodweb/persistent/issues/659](https://github.com/yesodweb/persistent/issues/659). -#### mysql-haskell supports X but persistent-mysql-haskell API doesn't expose it. Why?+#### persistent-mysql supports X but persistent-mysql-haskell API doesn't. Why?  - Internals (getters/setters) of MySQLConnectInfo and `defaultConnectInfo` are intentionally masked for [forward compatibility](http://www.snoyman.com/blog/2016/11/designing-apis-for-extensibility). -- Setting `MySQLConnectInfo` charset and port number  are in the works.--- `TLS` support is also in the works.+- `TLS` support is in the works. -- For all others, including what's already in the works, feel free to open an issue and/or submit a PR.+- For all others, feel free to open an issue and/or submit a PR.  #### Does persistent-mysql-haskell ship with tests? 
persistent-mysql-haskell.cabal view
@@ -1,5 +1,5 @@ name:            persistent-mysql-haskell-version:         0.2.0.0+version:         0.2.1.0 license:         MIT license-file:    LICENSE author:          Naushadh <naushadh@protonmail.com>, Felipe Lessa <felipe.lessa@gmail.com>, Michael Snoyman