-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
database/gdb/gdb_func.go #3866
Comments
这个issue没有描述清楚,我猜测应该是需要ORM支持表名和字段名是中文字符。 |
This issue is not clearly described. I guess it requires ORM to support table names and field names in Chinese characters. |
对对对对对对对对对 |
Yes, yes, yes, yes, yes, yes |
Is your feature request related to a problem?
Option Yes
Describe the solution you'd like
数据库是: SQLSERVER 2008 r2
文件路径: database/gdb/gdb_func.go
函数名 : getFieldsFromStructOrMap
if ormTagValue != "" && gregex.IsMatchString(regularFieldNameRegPattern, ormTagValue) { fields = append(fields, ormTagValue) } else { fields = append(fields, structField.Name()) }
Describe alternatives you've considered
这里限制了不支持中文
Additional
No response
The text was updated successfully, but these errors were encountered: