-
Notifications
You must be signed in to change notification settings - Fork 923
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
bee api gogps -driver=mysql -conn="..." generate error import file #804
Comments
please provide the database schema (you can delete some columns), mysql version. |
+----------+-----------+------+-----+---------+----------------+ +------------+--------------+------+-----+---------+----------------+ mysql Ver 8.0.26 for Linux on x86_64 (MySQL Community Server - GPL) |
It's a historical BUG, |
The package path is calculated incorrectly on windows, and there is no such problem on Linux // g_appcode.go
func getPackagePath(curpath string) (packpath string) {
...
packpath = strings.Join(strings.Split(curpath[len(appsrcpath)+1:], string(filepath.Separator)), "/")
return
} E.g |
The text was updated successfully, but these errors were encountered: