]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The "table_names" dialect function, used by MetaData
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Dec 2009 22:34:28 +0000 (22:34 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Dec 2009 22:34:28 +0000 (22:34 +0000)
commit58cef5b1321f94971d3c3ad446b384cf38d734ab
tree98bfc719ea4553ff1b28fb14be7d34b52ab21984
parentf9487913f860049a7c7801793f5e88224a6b3748
- The "table_names" dialect function, used by MetaData
.reflect(), omits Oracle "index overflow tables", a system
table generated by Oracle when "index only tables"
with overflow are used.  These tables aren't accessible
via SQL and can't be reflected.  [ticket:1637]
CHANGES
lib/sqlalchemy/databases/oracle.py
test/dialect/test_oracle.py