Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.6.0
-
Fix Version/s: 3.7.0
-
Component/s: app.editor
-
Labels:None
-
Target Version:
-
Easy:Easy
Description
If configure DB Query to use Oracle, the UI throws error like:
Server error occurred: 'Oracle Client' object has no attribute __conn_params.
It is because in oracle_lib.py, the function name is not __conn_params, but it is _conn_params.