Hi,
I noticed a regression in Symfony 1.4.4 during model rebuild.
I've got a session table
Session:
columns:
id: { type: string(32), primary: true, notnull: true }
data: { type: string(4096), notnull: true }
time: { type: integer(4), notnull: true }
It builds fine in Symfony 1.4.3 but fails in Symfony 1.4.4
>> doctrine Dropping "doctrine" database
>> doctrine Creating "dev" environment "doctrine" database
>> doctrine generating model classes
>> file+ /tmp/doctrine_schema_22463.yml
When using the attribute ATTR_AUTO_ACCESSOR_OVERRIDE you cannot use
the field name "data" because it is reserved by Doctrine. You must
choose another field name.
IMO this is a _regression_ - such changes shouldn't be made in _stable_ version.
Any advices what I need fix in Doctrine to get it working again?
Regards,
Michal
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony developers" 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.com/group/symfony-devs?hl=en