#1645: Oracle sequence not being used
--------------------------+-------------------------------------------------
  Reporter:  tchakkapark  |       Owner:  romanb               
      Type:  defect       |      Status:  new                  
  Priority:  blocker      |   Milestone:  1.0.4                
 Component:  Record       |     Version:  1.1-DEV              
Resolution:               |    Keywords:  oracle sequence      
  Has_test:  0            |    Mystatus:  Pending Core Response
 Has_patch:  0            |  
--------------------------+-------------------------------------------------
Comment (by tchakkapark):

 Tried

 {{{
 $manager = Doctrine_Manager::getInstance();
 $manager->setAttribute(Doctrine::ATTR_SEQCOL_NAME, 'my_seq_column');
 }}}

 It seems to be ignoring that completely, but using

 {{{
 $manager = Doctrine_Manager::getInstance();
 $manager->setAttribute(Doctrine::ATTR_SEQNAME_FORMAT, '');
 }}}

 Does!

-- 
Ticket URL: <http://trac.doctrine-project.org/ticket/1645#comment:7>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"doctrine-svn" group.
 To post to this group, send email to [email protected]
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to