mirror of
https://github.com/sprockets/sprockets.clients.postgresql.git
synced 2024-12-28 19:29:22 +00:00
836ec3f140
- Bump rev to 2.0.0 since this is backwards incompatible - Update docs - Update tests - move from FOO_HOST, FOO_PORT, etc to PGSQL_FOO=URI
9 lines
356 B
ReStructuredText
9 lines
356 B
ReStructuredText
Version History
|
|
---------------
|
|
- 2.0.0 [2014-10-07]
|
|
- Change the environment variable format to be URI based instead of a variable per host, port, dbname, etc.
|
|
- 1.0.1 [2014-09-05]
|
|
- Expose psycopg2/queries exceptions, objects, etc from ``sprockets.queries.postgresql``
|
|
- Add integration testing with PostgreSQL
|
|
- 1.0.0 [2014-08-29]
|
|
- Initial release
|