]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the `__contains__()` method of `MetaData` now accepts
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Nov 2009 20:39:43 +0000 (20:39 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Nov 2009 20:39:43 +0000 (20:39 +0000)
commit0d2ae16aee7d99aeb89d3aa087df6d693900b093
tree124bb3eb75f5fe756cda647594cab03ec312310c
parent68451b990aececc780697ce8b1c7c06e2897bb17
- the `__contains__()` method of `MetaData` now accepts
strings or `Table` objects as arguments.  If given
a `Table`, the argument is converted to `table.key` first,
i.e. "[schemaname.]<tablename>" [ticket:1541]
CHANGES
lib/sqlalchemy/schema.py
test/engine/test_metadata.py