]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Change autoincrement compileerror to a warning
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Oct 2016 13:05:34 +0000 (09:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Oct 2016 13:54:39 +0000 (09:54 -0400)
commit8a13957db790c77b76c11f5f43fad1492a50fcf0
tree893ad1e8ac70458a41916f78457ced6f59b50601
parentae9300cac0ec398f92d9e523273403126a709134
Change autoincrement compileerror to a warning

Users are complaining that IntegrityError is no longer
raised.

Change-Id: I0855d5b7a98d4338f0910501b6e6d404ba33634d
Fixes: #3216
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
lib/sqlalchemy/sql/crud.py
test/dialect/postgresql/test_query.py
test/dialect/test_sqlite.py
test/sql/test_defaults.py
test/sql/test_insert.py