persistent-postgresql 2.2.1.2 → 2.2.2
raw patch · 3 files changed
+6/−2 lines, 3 files
Files
- ChangeLog.md +4/−0
- Database/Persist/Postgresql.hs +1/−1
- persistent-postgresql.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 2.2.2++* Postgresql primary key is Int4, not Int8 [#519](https://github.com/yesodweb/persistent/issues/519)+ ## 2.2.1.2 * Allow postgresql-simple 0.5
Database/Persist/Postgresql.hs view
@@ -488,7 +488,7 @@ ] maySerial :: SqlType -> Maybe Text -> Text-maySerial SqlInt64 Nothing = " SERIAL "+maySerial SqlInt64 Nothing = " SERIAL8 " maySerial sType _ = " " <> showSqlType sType mayDefault :: Maybe Text -> Text
persistent-postgresql.cabal view
@@ -1,5 +1,5 @@ name: persistent-postgresql-version: 2.2.1.2+version: 2.2.2 license: MIT license-file: LICENSE author: Felipe Lessa, Michael Snoyman <michael@snoyman.com>