Added support for fixed char and old style varchar attribute values.
This commit is contained in:
parent
479e1f138e
commit
16d796d70e
@ -200,6 +200,8 @@ static PyObject *ExternalObjectVar_ConvertToPython(
|
||||
}
|
||||
|
||||
switch (typeCode) {
|
||||
case OCI_TYPECODE_CHAR:
|
||||
case OCI_TYPECODE_VARCHAR:
|
||||
case OCI_TYPECODE_VARCHAR2:
|
||||
stringValue = OCIStringPtr(environment->handle,
|
||||
* (OCIString**) value);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user