]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Bound parameters are now resolved as "literal" values within the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Nov 2014 17:46:20 +0000 (12:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Nov 2014 17:46:20 +0000 (12:46 -0500)
commit0fa7716ffe6ac1261c9446162d6486f0411ed4df
treef954d1ba6cbfb656268aabdb2a21ad066000839c
parent92184a55cac2c0fa04396df4b2d4d9694e97f43f
- Bound parameters are now resolved as "literal" values within the
SQL expression inside of a CheckConstraint(), when rendering the SQL
as a text string; supported for SQLAlchemy 0.8.0 and forward.
fixes #219
alembic/autogenerate/render.py
docs/build/changelog.rst
tests/test_autogen_render.py