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.
Activity
Benjamin Eberlei
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Duplicate [ 3 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 12591 ] | jira-feedback2 [ 17716 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 17716 ] | jira-feedback3 [ 20071 ] |