summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Fraser <davidf@j5int.com>2016-07-20 11:47:30 +0200
committerDavid Fraser <davidf@j5int.com>2016-07-20 11:47:30 +0200
commit22598a73909a8ecb423e2f4a76ac253ccb027b51 (patch)
treef4cb3604676fe0da2175eb6e91c9e8581374ccb3
parentc5c6f1da8ec0c844e0058b03910898680ec6abbc (diff)
downloadsqlalchemy-pr/292.tar.gz
Added note to docspr/292
-rw-r--r--doc/build/dialects/oracle.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/build/dialects/oracle.rst b/doc/build/dialects/oracle.rst
index 4b4de3d4c..772e2e4b0 100644
--- a/doc/build/dialects/oracle.rst
+++ b/doc/build/dialects/oracle.rst
@@ -53,6 +53,11 @@ construction arguments, are as follows:
:members: __init__
+Note that table introspection on Oracle excludes tables in the
+SYSTEM or SYSAUX tablespaces by default. To change this behaviour,
+change the ``exclude_tablespaces`` parameter on the dialect.
+
+
cx_Oracle
----------