Skip to content
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

feature model fix #296

Merged
merged 2 commits into from
Dec 21, 2020
Merged

feature model fix #296

merged 2 commits into from
Dec 21, 2020

Conversation

kesonan
Copy link
Collaborator

@kesonan kesonan commented Dec 17, 2020

  • 优化sql语句字段添加引号“`”来避免数据库关键字,如:
    • 变更前
    select id,name,age from user  where id  = 1;
    • 变更后
    select `id`,`name`,`age` from `user`  where `id`  = 1;
  • 添加model层mock测试

@kevwan kevwan merged commit a3b525b into zeromicro:master Dec 21, 2020
@kesonan kesonan deleted the feature-model-fix branch January 7, 2021 09:16
kesonan pushed a commit to kesonan/go-zero that referenced this pull request Mar 1, 2021
* add raw stirng quote for sql field

* remove unused code
jeyrce pushed a commit to jeyrce/go-zero that referenced this pull request Aug 25, 2021
* add raw stirng quote for sql field

* remove unused code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants