]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- big rewrite of the Sequence documentation:
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 May 2017 18:59:39 +0000 (14:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 May 2017 19:06:19 +0000 (15:06 -0400)
commit62313dc4e555f38e60423ae13ec947ce47ab8d67
tree6eec1899970eb0734e52f26f5a80e8163ed19f3a
parent8d916e7a59cd27ed297fb28678cb344c542705e9
- big rewrite of the Sequence documentation:

1. Sequence should be associated with MetaData always,
except in the really weird case someone is sharing a Sequence
among multiple metadatas.  Make this a "best practice", end the
confusion of #3951, #3979

2. "optional" is not a thing people use, trim this way down

3. remove confusing language

Change-Id: Iab5aec319da2582092fe2615ee50430f76441aff
doc/build/core/defaults.rst
lib/sqlalchemy/sql/schema.py