packages feed

mysql-simple 0.2.2.0 → 0.2.2.1

raw patch · 2 files changed

+4/−3 lines, 2 files

Files

Database/MySQL/Simple/Param.hs view
@@ -85,8 +85,9 @@         [Plain (fromChar ')')]  instance Param (Binary SB.ByteString) where-    render (Binary bs) = Plain $ fromByteString "0x" `mappend`-                                 fromByteString (B16.encode bs)+    render (Binary bs) = Plain $ fromByteString "x'" `mappend`+                                 fromByteString (B16.encode bs) `mappend`+                                 fromChar '\''  instance Param (Binary LB.ByteString) where     render (Binary bs) = Plain $ fromByteString "0x" `mappend`
mysql-simple.cabal view
@@ -1,5 +1,5 @@ name:           mysql-simple-version:        0.2.2.0+version:        0.2.2.1 homepage:       https://github.com/mailrank/mysql-simple bug-reports:    https://github.com/mailrank/mysql-simple/issues synopsis:       A mid-level MySQL client library.