]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Bump "table compression" flag to Oracle 10.1
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Dec 2016 14:15:55 +0000 (09:15 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Dec 2016 14:15:55 +0000 (09:15 -0500)
commit910347aef28f662a1f183936624f6f193d87ee6d
tree06813dfb553315755a7be94e74b47af7c335d156
parent675f021368a375c330c07d0826e30049f2f0e016
Bump "table compression" flag to Oracle 10.1

- Fixed bug where the "COMPRESSION" keyword was used in the ALL_TABLES
query on Oracle 9.2; even though Oracle docs state table compression
was introduced in 9i, the actual column is not present until
10.1.

Change-Id: Iebfa59bfcfdff859169df349a5426137ab006e67
Fixes: #3875
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/oracle/base.py