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

fix parse insert sql #126

Merged
merged 4 commits into from
Nov 22, 2023
Merged

fix parse insert sql #126

merged 4 commits into from
Nov 22, 2023

Conversation

Jacyking
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (57990f1) 39.88% compared to head (c86cfef) 39.88%.
Report is 2 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #126   +/-   ##
=======================================
  Coverage   39.88%   39.88%           
=======================================
  Files          22       22           
  Lines        2856     2856           
=======================================
  Hits         1139     1139           
  Misses       1717     1717           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Jacyking Jacyking changed the title fix bug with auto_key id fix parse insert sql Nov 14, 2023
@qicosmos qicosmos self-requested a review November 14, 2023 09:06
Comment on lines +215 to +222
if (fields.back() != ')') {
fields.pop_back();
fields.back() = ')';
}
if (values.back() != ')') {
values.pop_back();
values.back() = ')';
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

之前是什么bug呢,什么现象?在pr说明注明一下。现在单测是不是覆盖了这些代码?

@qicosmos qicosmos self-requested a review November 22, 2023 06:51
Copy link
Owner

@qicosmos qicosmos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Jacyking Jacyking merged commit 2a54518 into qicosmos:master Nov 22, 2023
16 checks passed
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.

3 participants