[ckan-changes] [ckan/ckan] 26eb47: Changes to support Postgres 10+
GitHub
noreply at github.com
Thu Feb 1 21:50:38 UTC 2018
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 26eb4768443ac76f4ecb64b53c2e22e515ad50ff
https://github.com/ckan/ckan/commit/26eb4768443ac76f4ecb64b53c2e22e515ad50ff
Author: Alex Sadleir <alex.sadleir at digital.gov.au>
Date: 2018-01-27 (Sat, 27 Jan 2018)
Changed paths:
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/tests/test_unit.py
M requirements.in
M requirements.txt
Log Message:
-----------
Changes to support Postgres 10+
- Upgrade Psycopg2 to a version supporting and compiled against libpq 10+
- Disable support in psycopg2 2.5+ for automatic conversion of native json types to python objects http://initd.org/psycopg/docs/extras.html#adapt-json
- Increase version number in postgres version check unit test of version that shouldn't exist from 10 to 20
Commit: a8a8c840d90e0504abfb04e5f830728cf5be0759
https://github.com/ckan/ckan/commit/a8a8c840d90e0504abfb04e5f830728cf5be0759
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2018-02-01 (Thu, 01 Feb 2018)
Changed paths:
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/tests/test_unit.py
M requirements.in
M requirements.txt
Log Message:
-----------
Merge pull request #3978 from maxious/postgres-10-support
Changes to support Postgres 10+
Compare: https://github.com/ckan/ckan/compare/8b0bccdd9713...a8a8c840d90e
More information about the ckan-changes
mailing list