persistent-postgresql 0.6.1.2 → 0.6.1.3
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
Database/Persist/Postgresql.hs view
@@ -284,6 +284,7 @@ getType "float4" = Right $ SqlReal getType "float8" = Right $ SqlReal getType "bytea" = Right $ SqlBlob+ getType "time" = Right $ SqlTime getType a = Left $ pack $ "Unknown type: " ++ a getColumn _ _ x = return $ Left $ pack $ "Invalid result from information_schema: " ++ show x
persistent-postgresql.cabal view
@@ -1,5 +1,5 @@ name: persistent-postgresql-version: 0.6.1.2+version: 0.6.1.3 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>