doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.91k stars 2.51k forks source link

DDC-3489: Sequence generators should be stateless #4300

Open doctrinebot opened 9 years ago

doctrinebot commented 9 years ago

Jira issue originally created by user @ocramius:

Current sequence generators keep internal state such as the metadata of the entity that uses the sequence.

The sequence generators should instead be stateless.

doctrinebot commented 9 years ago