]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
pg uses DROP NOT NULL, keep this as the default and move
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 00:52:24 +0000 (19:52 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 00:52:24 +0000 (19:52 -0500)
commit198f7067bd44fa31b8d849a433b693187b22b08c
tree0141f4be4075c5bfa438c0c8e1306292a1318a03
parentbe3ebd2d98955f986c4e101090998c387a5076b8
pg uses DROP NOT NULL, keep this as the default and move
NULL to SQL Server, until we get more data on other DBs
alembic/ddl/base.py
alembic/ddl/mssql.py
tests/test_mssql.py
tests/test_op.py