We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Save operation is not supported by sqlite driver
func (a *cSetting) Save(ctx context.Context, req *v1.SettingSaveReq) (res *v1.SettingSaveRes, err error) {
aa := service.Setting().Set(ctx, string(req.K), string(req.V)) fmt.Println(aa) g.Log().Info(ctx, req.K, req.V) g.Log().Info(ctx, "查到v值", 0) return
}
The text was updated successfully, but these errors were encountered:
报Save operation is not supported by sqlite driver 错误
Sorry, something went wrong.
No branches or pull requests
Save operation is not supported by sqlite driver
func (a *cSetting) Save(ctx context.Context, req *v1.SettingSaveReq) (res *v1.SettingSaveRes, err error) {
}
The text was updated successfully, but these errors were encountered: