packages feed

snaplet-hdbc 0.7.2 → 0.7.2.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

snaplet-hdbc.cabal view
@@ -1,5 +1,5 @@ name:           snaplet-hdbc-version:        0.7.2+version:        0.7.2.1 synopsis:       HDBC snaplet for Snap Framework description:    This snaplet consists of two parts: an HDBC abstraction snaplet                 and an HDBC authentication backend for Snap's authentication
src/Snap/Snaplet/Hdbc.hs view
@@ -149,7 +149,7 @@ query sql bind = do   stmt <- prepare sql   liftIO $ HDBC.execute stmt bind-  liftIO $ HDBC.fetchAllRowsMap stmt+  liftIO $ HDBC.fetchAllRowsMap' stmt  -- | Similar to 'query', but instead of returning a list of 'Row's, it returns -- an 'Integer' indicating the numbers of affected rows. This is typically used