]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Ensure type lengths are int in oracle
authorFederico Caselli <cfederico87@gmail.com>
Sun, 26 Jun 2022 10:31:45 +0000 (12:31 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Sun, 26 Jun 2022 14:35:12 +0000 (16:35 +0200)
commit9728d4711519239d2c7609517350686b295af52f
tree854bedee66d6c6b66442a3d8d898a74ad82ec869
parentd608f62ec435ab790eb2a7dcfa672708195dc406
Ensure type lengths are int in oracle

Repair change introduced by the multi reflection that caused
char length of varchar like types or precisions in numberic
like types to be set as float.
This will fix the test errors in alembic that are
currently broken, as shown in
I9ad803df1d3ccf2a5111266b781061936717b8c8

Change-Id: Idd5975efaeadfe6327a1cd3b6667d82e836a2cb1
lib/sqlalchemy/dialects/oracle/base.py
test/dialect/oracle/test_reflection.py