Show
Ignore:
Timestamp:
12/11/08 04:56:16 (16 months ago)
Author:
adrive
Message:

[1.1] Property max_identifier_length is now used as the length parameter for _generateUniqueName method. Oracle holds only 30 characters long identifiers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1/lib/Doctrine/Connection/Oracle.php

    r5117 r5286  
    6464        $this->properties['varchar2_max_length']  = 4000; 
    6565        $this->properties['number_max_precision'] = 38; 
     66        $this->properties['max_identifier_length'] = 30; 
    6667         
    6768        parent::__construct($manager, $adapter);