mysql-simple 0.2.2.1 → 0.2.2.2
raw patch · 2 files changed
+4/−3 lines, 2 files
Files
- Database/MySQL/Simple/Param.hs +3/−2
- mysql-simple.cabal +1/−1
Database/MySQL/Simple/Param.hs view
@@ -90,8 +90,9 @@ fromChar '\'' instance Param (Binary LB.ByteString) where- render (Binary bs) = Plain $ fromByteString "0x" `mappend`- fromLazyByteString (L16.encode bs)+ render (Binary bs) = Plain $ fromByteString "x'" `mappend`+ fromLazyByteString (L16.encode bs) `mappend`+ fromChar '\'' renderNull :: Action renderNull = Plain (fromByteString "null")
mysql-simple.cabal view
@@ -1,5 +1,5 @@ name: mysql-simple-version: 0.2.2.1+version: 0.2.2.2 homepage: https://github.com/mailrank/mysql-simple bug-reports: https://github.com/mailrank/mysql-simple/issues synopsis: A mid-level MySQL client library.