]> 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:05:20 +0000 (15:05 -0400)
commit654514c5b225f9be80a95b365403ae9fb775804c
treee99599ea242d613d4c792fc8c733eb2082bfaa7f
parent8f830d78ba1d68ea3e10006e10e65ddb571f45ee
- 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
(cherry picked from commit a1dcf23e371695d8d3be2e1d7875fad10f16a656)
doc/build/core/defaults.rst
lib/sqlalchemy/sql/schema.py