]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Added support for use of the :class:`~sqlalchemy.sql.elements.quoted_name`
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Oct 2014 15:12:19 +0000 (11:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Oct 2014 15:12:19 +0000 (11:12 -0400)
commit5bb97a4b094bd6aac0a47f2c7ad268b57cd4b32d
tree4bca0fc6672cbfcf06d6a35ed3c81d24a8a7b1f0
parent49b41feef2ab5180a3e500c78731fade3e43b86a
- Added support for use of the :class:`~sqlalchemy.sql.elements.quoted_name`
construct when using the ``schema`` argument within operations.  This
allows a name containing a dot to be fully quoted, as well as to
provide configurable quoting on a per-name basis.
fixes #230
alembic/ddl/base.py
alembic/operations.py
docs/build/changelog.rst
tests/test_op.py