]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add a note to MetaData.schema indicating that the Table
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 May 2017 13:19:18 +0000 (09:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 May 2017 13:20:16 +0000 (09:20 -0400)
commit6d8d6c334b0ed2bfa012c922eda07ef7fbc5bf35
tree91130c2df72c4057b537b443c6bbe81e97db5632
parent4120a4c793217fa5f644c2ec01f154225f0fd65d
- add a note to MetaData.schema indicating that the Table
will be cataloged in the .tables collection with its fully
qualified name.   Fixes #3978

Change-Id: I65fa063918efc22658e93c39a0680cb83553dec8
(cherry picked from commit 339e2c13b0fc8e95a47d00c0f8fc5afc4b6dff9a)
lib/sqlalchemy/sql/schema.py