cmd icon indicating copy to clipboard operation
cmd copied to clipboard

If mysql table name is a number,there will be a error occured

Open yelvxiuge opened this issue 8 years ago • 0 comments

如果mysql数据库表名是个数字 它将报错. 详情如下: If mysql table name is a number,there will be a error occured. details below:

I run command : xorm reverse mysql sukhoi:123456@(127.0.0.1:3306)/crawling?charset=utf8 ./cmd/xorm/templates/go return : [Error] reverse.go:298 8:6: expected 'IDENT', found 'INT' 000001-package model

yelvxiuge avatar Dec 21 '17 03:12 yelvxiuge