]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Adjusted the SQLite backend regarding autogen of unique constraints
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Dec 2014 17:10:56 +0000 (12:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Dec 2014 17:10:56 +0000 (12:10 -0500)
commitd1dab2e30efa1b486d85bf02a0623373615f09db
tree01b6619e84c945573c94638d628c25ec7a3ee4b2
parent72eb09db5489c0990f0354c19100ce883bb74fda
- Adjusted the SQLite backend regarding autogen of unique constraints
to work fully with the current SQLAlchemy 1.0, which now will report
on UNIQUE constraints that have no name.
- fix named foreign key test requirements for SQLAlchemy 1.0 sqlite
FK reflection
alembic/ddl/sqlite.py
docs/build/changelog.rst
tests/requirements.py