]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
-Repaired a regression in both the MSSQL and Oracle dialects whereby
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Dec 2014 17:55:08 +0000 (12:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Dec 2014 17:57:01 +0000 (12:57 -0500)
commit206143c9b1f5fe138bb31c33054acee11bcbdb63
treec63889f8055aeae3873e4578efce5a4c3bfcf1ff
parentc307d22d32afb2bf32bdaddb6962fdd31910c1f6
-Repaired a regression in both the MSSQL and Oracle dialects whereby
the overridden ``_exec()`` method failed to return a value, as is
needed now in the 0.7 series. fixes #253
- add __backend__ to UpdateRevTest which does a great job testing
_exec() pathing for all backends
alembic/ddl/impl.py
alembic/ddl/mssql.py
alembic/ddl/oracle.py
docs/build/changelog.rst
tests/test_version_table.py