Development

#2214 (sfDoctrinePlugin auto-generated config uses doctrine deprecated attribute)

You must first sign up to be able to contribute.

Ticket #2214 (closed defect: wontfix)

Opened 2 years ago

Last modified 2 years ago

sfDoctrinePlugin auto-generated config uses doctrine deprecated attribute

Reported by: christophe Assigned to: chtito
Priority: minor Milestone:
Component: sfDoctrinePlugin Version: 1.0.7
Keywords: Cc: cmspam@laposte.net
Qualification:

Description

generated config cache/frontend/dev/config/config_doctrine.yml.php: <?php // auto-generated by sfDoctrineConfigHandler // date: 2007-09-10 10:31:57 $default_attributesATTR_EXPORT? = Doctrine::EXPORT_ALL; $default_attributesATTR_VALIDATE? = false; $default_attributesATTR_QUOTE_IDENTIFIER? = false; $default_attributesATTR_FETCHMODE? = Doctrine::FETCH_IMMEDIATE; $default_attributesATTR_COLL_LIMIT? = 5; $default_attributesATTR_LOCKMODE? = Doctrine::LOCK_PESSIMISTIC; $default_attributesATTR_VLD? = false;

Change History

09/10/07 17:29:31 changed by Jay.Klehr

  • owner changed from fabien to chtito.
  • component changed from other to sfDoctrinePlugin.

09/11/07 11:00:26 changed by christophe

  • cc set to cmspam@laposte.net.

09/15/07 13:41:42 changed by Roman.Zajac

  • status changed from new to closed.
  • resolution set to wontfix.

Some doctrine attributies are deprecated and sould be removed from doctrine.yml in Yours config directory. So simply remove or comment out following attributies in Yous doctrine.yml (if they are):

  • fetchmode
  • coll_limit
  • lockmode

or refresh content from this one: plugins/sfDoctrinePlugin/config/doctrine.yml (it should refreshed with rest of plugin)

09/16/07 18:52:01 changed by adriaan

The default configuration file is still with these values. source:/plugins/sfDoctrinePlugin/config/doctrine.yml@4777

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.