]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Column names were not wrapped in quotes when autogenerating a ForeignKeyConstraint.
authorSamuel Rayment <samrayment@gmail.com>
Wed, 4 Jan 2012 23:15:31 +0000 (23:15 +0000)
committerSamuel Rayment <samrayment@gmail.com>
Wed, 4 Jan 2012 23:15:31 +0000 (23:15 +0000)
commit350eca2dc8eb6e89645ced3f07ffd0c89f555b7f
treee6b210f2d23377cb9ddb3d6ea5c9ce467087c603
parent4793bc175376082497fc70c89f7caec896b3c061
Column names were not wrapped in quotes when autogenerating a ForeignKeyConstraint.
alembic/autogenerate.py
tests/test_autogenerate.py