]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix table reflection on oracle <10.2
authorSergio Oller Moreno <sergio.ollermoreno@almirall.com>
Tue, 2 Jul 2024 08:39:00 +0000 (04:39 -0400)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 2 Jul 2024 20:11:41 +0000 (22:11 +0200)
commitf9a865c3d4ebb35ab072cd7d39b654fe927cbb3a
tree4b3027c9bc57119fd920a13117ce542e4bd22caf
parent83b0690f88f46c0c8c04f8f24b5a95f426eba12b
Fix table reflection on oracle <10.2

Fixed table reflection on Oracle 10.2 and older where compression options
are not supported.

Fixes: #11557
Closes: #11558
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/11558
Pull-request-sha: 44e4f51a3616388f39b0f5edee3124d389765da3

Change-Id: I34c6a367bef158a0c6cf01f185e18392552b7cc7
doc/build/changelog/unreleased_20/11557.txt [new file with mode: 0644]
lib/sqlalchemy/dialects/oracle/base.py