Development

#9373 ([1.4][PATCH] Allow underscore as table name prefix in Propel)

You must first sign up to be able to contribute.

Ticket #9373 (new defect)

Opened 2 years ago

Last modified 2 years ago

[1.4][PATCH] Allow underscore as table name prefix in Propel

Reported by: tohenk Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.4.8
Keywords: Cc:
Qualification: Unreviewed

Description

In most database, underscore (_) is valid for table name prefix, but not in Symfony.

Attachments

sfPropelDatabaseSchema.php.patch (0.6 kB) - added by tohenk on 12/21/10 05:46:58.

Change History

12/21/10 05:46:58 changed by tohenk

  • attachment sfPropelDatabaseSchema.php.patch added.

12/21/10 05:47:29 changed by tohenk

  • summary changed from [1.4][PATCH] Allow underscore as table name prefix to [1.4][PATCH] Allow underscore as table name prefix in Propel.