-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add mysqlx. #147
base: main
Are you sure you want to change the base?
Add mysqlx. #147
Conversation
Codecov Report
@@ Coverage Diff @@
## v1-stable #147 +/- ##
=========================================
Coverage 68.4% 68.4%
=========================================
Files 19 19
Lines 1557 1557
=========================================
Hits 1065 1065
Misses 442 442
Partials 50 50
Continue to review full report at Codecov.
|
reform-db/cmd_query.go
Outdated
queryFlags.PrintDefaults() | ||
|
||
// TODO mention -split flag |
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.
Should be documented.
reform-db/cmd_exec.go
Outdated
execFlags.PrintDefaults() | ||
|
||
// TODO mention -split flag |
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.
Should be documented.
Codecov Report
@@ Coverage Diff @@
## v1-stable #147 +/- ##
=============================================
+ Coverage 59.87% 68.49% +8.62%
=============================================
Files 19 19
Lines 1565 1565
=============================================
+ Hits 937 1072 +135
+ Misses 580 443 -137
- Partials 48 50 +2
Continue to review full report at Codecov.
|
No description provided.