]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add exclude_tablespaces argument to Oracle
authorDavid Fraser <davidf@j5int.com>
Wed, 14 Sep 2016 19:10:42 +0000 (15:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Sep 2016 17:57:40 +0000 (13:57 -0400)
commit319c49e64ac52ef559d7a3f630de9291bb89e1dc
tree16c727c6aa1e65713fb5cee13d455c48cc15d239
parent0c90cac2c37453a6688d9c1da62bbfb0bfa13d02
Add exclude_tablespaces argument to Oracle

Allows the SYSTEM and SYSAUX tablespaces to be only
conditionally omitted when doing get_table_names()
and get_temp_table_names().

Change-Id: Ie6995873f05163f2ce473a6a9c2d958a30681b44
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/292
lib/sqlalchemy/dialects/oracle/base.py
test/dialect/test_oracle.py