summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-12-04 20:08:07 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-12-04 20:08:07 -0500
commitedef95379777a9c84ee7dbcbc9a3b58849aa8930 (patch)
tree0ba07dd2dcb88abecc3ff4172cae4bce9f72f76c /doc/build
parent60174146410d4ce2a17faa76cd981f558490db92 (diff)
downloadsqlalchemy-edef95379777a9c84ee7dbcbc9a3b58849aa8930.tar.gz
- New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.
Patch courtesy Gabor Gombas. fixes #3127
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/changelog/changelog_10.rst6
-rw-r--r--doc/build/changelog/migration_10.rst9
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 0256958b2..b71ecc15d 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -23,6 +23,12 @@
on compatibility concerns, see :doc:`/changelog/migration_10`.
.. change::
+ :tags: feature, oracle
+
+ New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.
+ Patch courtesy Gabor Gombas.
+
+ .. change::
:tags: bug, oracle
An alias name will be properly quoted when referred to using the
diff --git a/doc/build/changelog/migration_10.rst b/doc/build/changelog/migration_10.rst
index 9fbbb889d..27a4fae4c 100644
--- a/doc/build/changelog/migration_10.rst
+++ b/doc/build/changelog/migration_10.rst
@@ -1634,6 +1634,15 @@ CTE support has been fixed up for Oracle, and there is also a new feature
:ticket:`3220`
+New Oracle Keywords for DDL
+-----------------------------
+
+Keywords such as COMPRESS, ON COMMIT, BITMAP:
+
+:ref:`oracle_table_options`
+
+:ref:`oracle_index_options`
+
.. _change_2984:
Drizzle Dialect is now an External Dialect