-
Notifications
You must be signed in to change notification settings - Fork 322
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
feat: insert with database #1929
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1929 +/- ##
=============================================
- Coverage 75.73% 34.83% -40.90%
Complexity 347 347
=============================================
Files 613 133 -480
Lines 117343 8126 -109217
Branches 1009 1025 +16
=============================================
- Hits 88868 2831 -86037
+ Misses 28266 5086 -23180
Partials 209 209 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
support insert with database
insert into test.t3 values('b',1122);