]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Fixed unit tests to run correctly under the SQLAlchemy 1.0.x series
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 May 2017 21:12:41 +0000 (17:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 May 2017 21:12:41 +0000 (17:12 -0400)
commitb526a115e774fecc6e5df0edcbb239b80a367e2a
treefed19921a56c3931ae5575dd508e3b92c7c3ac80
parentd9dbfc4060e7c479bfdba37de16f6062502acee3
- Fixed unit tests to run correctly under the SQLAlchemy 1.0.x series
prior to version 1.0.10 where a particular bug involving Postgresql
exclude constraints was fixed.

Change-Id: Ief64b19b75e4c2c3661ac95d5b03d0c8e0fe5619
Fixes: #431
alembic/testing/requirements.py
alembic/util/__init__.py
alembic/util/sqla_compat.py
docs/build/changelog.rst
tests/test_postgresql.py