Changeset 5286 for branches/1.1/lib/Doctrine/Connection/Oracle.php
- Timestamp:
- 12/11/08 04:56:16 (16 months ago)
- Files:
-
- 1 modified
-
branches/1.1/lib/Doctrine/Connection/Oracle.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/lib/Doctrine/Connection/Oracle.php
r5117 r5286 64 64 $this->properties['varchar2_max_length'] = 4000; 65 65 $this->properties['number_max_precision'] = 38; 66 $this->properties['max_identifier_length'] = 30; 66 67 67 68 parent::__construct($manager, $adapter);