You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.
如果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
The text was updated successfully, but these errors were encountered:
如果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
The text was updated successfully, but these errors were encountered: