]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- move comparison of types, server default to the context.
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 18:49:58 +0000 (13:49 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 18:49:58 +0000 (13:49 -0500)
commit977f3a5bfb9c89f14e197548cccd6200ba2d8ce4
tree2378b05ec51b8be5f839ccd8c5a5b685042af93c
parent1a62e44c70f954f006896e06737d6cf99d99de60
- move comparison of types, server default to the context.
PG context in particular does some tricks to help these.
- But since type/default comparison is still loaded with surprises,
particularly the MySQL/MSSQL TINYINT/BIT-> boolean thing which we
can work around but haven't yet, turn both off by default.  They
aren't super useful compared to the huge number of wrong results
they can currently emit.
- Also add a plugin system for type/server default comparison.
- everything works but we're coding way ahead of tests at this
point
alembic/autogenerate.py
alembic/context.py
alembic/ddl/impl.py
alembic/ddl/postgresql.py
docs/build/tutorial.rst
tests/test_autogenerate.py