]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Create alter column backend test fixture
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 May 2019 22:33:39 +0000 (18:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 May 2019 02:28:58 +0000 (22:28 -0400)
commitccccc4866f6218aa16e14f2f28bd8d8e626f644d
treed940e4268d626176bbf04430c6ac0e4a2e23a918
parenta14e9c8fc3c51e8dadab31db6e6d9bc4c6ce4870
Create alter column backend test fixture

For more expedient confirmation of op functionality,
start building generalized backend fixtures for ops.

Add basic round trip tests for alter column, obviously
disabled on SQLite.   Ensure this passes for the full
span of MySQL, Oracle, SQL Server on CI (PG is fine).
Next we can begin adding tests for all the MySQL issues
that are coming up such as #564, where regular ALTER COLUMN
is not consistently implemented based on datatypes etc.

Change-Id: I00ef174aa791ce7baeb764c5915591cd095deae0
alembic/testing/fixtures.py
alembic/testing/requirements.py
tests/requirements.py
tests/test_op.py