mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 09:53:59 +00:00
Merge pull request #1899 from queeno/add_oracle_53_support
Fix #1843: Remove deprecated cx_Oracle types
This commit is contained in:
commit
94175b8a52
@ -14,18 +14,14 @@ try:
|
||||
cx_Oracle.LOB: TYPE_STRING,
|
||||
cx_Oracle.FIXED_CHAR: TYPE_STRING,
|
||||
cx_Oracle.FIXED_NCHAR: TYPE_STRING,
|
||||
cx_Oracle.FIXED_UNICODE: TYPE_STRING,
|
||||
cx_Oracle.INTERVAL: TYPE_DATETIME,
|
||||
cx_Oracle.LONG_NCHAR: TYPE_STRING,
|
||||
cx_Oracle.LONG_STRING: TYPE_STRING,
|
||||
cx_Oracle.LONG_UNICODE: TYPE_STRING,
|
||||
cx_Oracle.NATIVE_FLOAT: TYPE_FLOAT,
|
||||
cx_Oracle.NCHAR: TYPE_STRING,
|
||||
cx_Oracle.NUMBER: TYPE_FLOAT,
|
||||
cx_Oracle.ROWID: TYPE_INTEGER,
|
||||
cx_Oracle.STRING: TYPE_STRING,
|
||||
cx_Oracle.TIMESTAMP: TYPE_DATETIME,
|
||||
cx_Oracle.UNICODE: TYPE_STRING,
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Requires installation of, or similar versions of:
|
||||
# oracle-instantclient12.1-basic_12.1.0.2.0-2_amd64.deb
|
||||
# oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb
|
||||
cx_Oracle==5.2
|
||||
# oracle-instantclient12.2-basic_12.2.0.1.0-1_x86_64.rpm
|
||||
# oracle-instantclient12.2-devel_12.2.0.1.0-1_x64_64.rpm
|
||||
cx_Oracle==5.3
|
||||
|
Loading…
Reference in New Issue
Block a user