Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0.4
-
Fix Version/s: None
-
Component/s: Schema Managers
-
Labels:None
-
Environment:Linux Kernel 2.6.38
MySQL 5.5.11
PHP 5.3.6
Description
Using a reserved word as a table name only works for schema creation not dropping.
Example Enity:
/**
- @Entity
- @Table(name="`call`")
*/
class Call {
/**
- @Column(name="id", type="integer", nullable=false)
- @Id
- @GeneratedValue(strategy="IDENTITY")
- @var integer $id
*/
private $id;
}
The table name is quoted. creation works, dropping doesn't even after changing the table name to a not reserved word.
This problem is a little more complicated, it will be fixed in DBAL-96 probably for 2.2