]> 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 18:59:39 +0000 (14:59 -0400)
commit8f58d59b8a6f3d7e129a86900ce7c27e5b36c68e
tree894f96f060c94d5324a1844a8a051891a38b7c43
parent5e4e2af64b44ead7112d3124ca9ae74117648c83
- 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