View Issue Details

IDProjectCategoryView StatusLast Update
0001518Database Workbench v5MySQL Modulepublic2017-10-27 12:38
ReporterMartijn Tonies Assigned ToMartijn Tonies  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version5.3.4 
Summary0001518: Reserved words at object names should return warning, not block object creation
DescriptionCREATE 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?
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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