View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001518 | Database Workbench v5 | MySQL Module | public | 2017-09-18 14:42 | 2017-10-27 12:38 |
Reporter | Martijn Tonies | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 5.3.4 | ||||
Summary | 0001518: Reserved words at object names should return warning, not block object creation | ||||
Description | CREATE TABLE Town ( id BigInt NOT NULL AUTO_INCREMENT, district_id BigInt NOT NULL, `name` VarChar NOT NULL, description Text, lat Point, `long` Point, PRIMARY KEY ( id ) ) ; I am obtaining these 2 error messages: Name "name" is a reserved keyword. You must use another name. Name "long" is a reserved keyword. You must use another name. These error messages are not strictly related to MySql but it something related do Database Workbench field name validation, infact using the previous DDL I can create the table without problem directly from the MySql shell. Why? Is it something that is been resolved in the new version? | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-09-18 14:42 | Martijn Tonies | New Issue | |
2017-09-18 14:42 | Martijn Tonies | Assigned To | => Martijn Tonies |
2017-09-18 14:42 | Martijn Tonies | Status | new => confirmed |
2017-09-26 15:01 | Martijn Tonies | Status | confirmed => resolved |
2017-09-26 15:01 | Martijn Tonies | Fixed in Version | => 5.3.4 |
2017-09-26 15:01 | Martijn Tonies | Resolution | open => fixed |
2017-10-27 12:38 | Martijn Tonies | Status | resolved => closed |