]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
make the autoincrement doc a lot more clear
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Jan 2022 14:14:00 +0000 (09:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Jan 2022 14:14:00 +0000 (09:14 -0500)
commit8fa6a1b9cc86bf1a580bc0f30a02cd4028051cf4
tree2d5ba4332f50976372262e0d6aed10de771b05e4
parentf8fd9c64d6967b60f4fbf568465af9f0d0c0f482
make the autoincrement doc a lot more clear

I saw it saying "this parameter has no effect when
Identity is in use", which is not accurate, so I've expanded
this way out with bullets to make the current situation
as clear as possible.

Change-Id: I77001cc81cd90a6b867686e2975aed682e539347
doc/build/glossary.rst
lib/sqlalchemy/sql/schema.py