packages feed

HDBC-mysql 0.3 → 0.4

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Database/HDBC/MySQL/Connection.hsc view
@@ -516,7 +516,7 @@ nonNullCellValue :: CInt -> Ptr () -> CULong -> IO Types.SqlValue  nonNullCellValue #{const MYSQL_TYPE_LONG} p _ = do-  n :: CLong <- peek $ castPtr p+  n :: CInt <- peek $ castPtr p   return $ Types.SqlInteger (fromIntegral n)  nonNullCellValue #{const MYSQL_TYPE_LONGLONG} p _ = do
HDBC-mysql.cabal view
@@ -1,7 +1,7 @@ Name:             HDBC-mysql Category:         Database Synopsis:         MySQL driver for HDBC-Version:          0.3+Version:          0.4 Description:      This package provides a MySQL driver for HDBC. Stability:        Experimental Maintainer:       Chris Waterson <waterson@maubi.net>