packages feed

groundhog-postgresql-0.5.1: changelog

0.5.1
* DISTINCT ON select option
* Add getCurrentSchema function into SchemaAnalyzer

0.5.0
* Simplified Geometry and Array function type signatures
* Compatibility with GHC 7.8

0.4.2.2
* Create missing schemas (or databases in MySQL terminology) during migration
* Replace datatype Proxy with type variable

0.4.2
* Postgresql-specific mathematical functions (signum, quotRem)
* Geometric operators

0.4.1
* Added functions replaceBy and deleteAll
* Added type casting functions explicitType and castType

0.4.0.3
* Updated postgresql-simple dependency

0.4.0.2
* Autogenerated id is 64 bit by default
* Added createPostgresqlPool

0.4.0.1
* Exposed connection constructor

0.4.0
* Query logging
* Default column values
* Fixed postgresql-simple deprecation warnings

0.3.0.2
* Updated postgresql-simple dependency

0.3
* Switched from pool-conduit to resource-pool
* Schema qualified tables
* Support for savepoints
* Support for arrays

0.2.0
* Database indexes
* Support DB-specific column types

0.1.0.2
* Removed overly restrictive upper bound for bytestring package

0.1.0.1
* Removed overly restrictive upper bound for containers package

0.1.0
The first release.