]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- open up autoincrement for columns that have a default; autoinc is usually
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Oct 2015 21:02:55 +0000 (17:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Oct 2015 21:02:55 +0000 (17:02 -0400)
commit845500280d58a7c0cf6f08fb884b1428adb85635
treefe7c47f7762fe6bb0edb1dac0d029d63c92a16e6
parent956c26d07712628457aef70cc8b2d85af2cc72f6
- open up autoincrement for columns that have a default; autoinc is usually
"auto" now so True can indicate the dialect would support this
doc/build/changelog/migration_11.rst
lib/sqlalchemy/sql/schema.py
test/sql/test_defaults.py
test/sql/test_metadata.py