]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a new feature :func:`.schema.conv`, the purpose of which is to
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Mar 2014 21:33:03 +0000 (17:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Mar 2014 21:33:03 +0000 (17:33 -0400)
commit36792434c74dea43a0f10f5fe1cc45c4206f01ee
tree792749694902e82ef088d481fca7a1fa70f7410f
parenta7ef7eccaacae5341bb03a58cc0538718c33c329
- Added a new feature :func:`.schema.conv`, the purpose of which is to
mark a constraint name as already having had a naming convention applied.
This token will be used by Alembic migrations as of Alembic 0.6.4
in order to render constraints in migration scripts with names marked
as already having been subject to a naming convention.
re: #2991
doc/build/changelog/changelog_09.rst
doc/build/core/constraints.rst
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/naming.py