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

  * status:  new => closed
  * resolution:  => invalid

Comment:

 This is the expected behavior. By default all sequences are postfixed with
 _seq. Setting the ATTR_SEQNAME_FORMAT is the appropriate way to change
 this.

 {{{
 $manager->setAttribute(Doctrine::ATTR_SEQNAME_FORMAT, '%s');
 }}}

 I think the documentation needs to be adjusted.

-- 
Ticket URL: <http://trac.doctrine-project.org/ticket/1645#comment:8>
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