Changeset 6835
- Timestamp:
- 12/01/09 14:05:03 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/lib/Doctrine/Adapter/Statement/Oracle.php
r6661 r6835 314 314 return oci_fetch_array($this->statement, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS); 315 315 break; 316 case FETCH_OBJ:316 case Doctrine_Core::FETCH_OBJ: 317 317 return oci_fetch_object($this->statement, OCI_NUM + OCI_RETURN_NULLS + OCI_RETURN_LOBS); 318 318 break;