Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Python Driver
-
Labels:None
Description
In _cubrid_ConnectionObject_schema_to_pyvalue():
case CCI_U_TYPE_FLOAT:
case CCI_U_TYPE_DOUBLE:
case CCI_U_TYPE_NUMERIC:
<here lost the break;>
default:
...
break;
Fixed in trunk.
Revision: 1294