-
Notifications
You must be signed in to change notification settings - Fork 428
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 | Fixes regression caused in SQL Parser #950
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #950 +/- ##
============================================
- Coverage 50.57% 50.53% -0.04%
+ Complexity 2919 2917 -2
============================================
Files 120 120
Lines 27987 27987
Branches 4678 4678
============================================
- Hits 14154 14144 -10
- Misses 11540 11547 +7
- Partials 2293 2296 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## dev #950 +/- ##
============================================
- Coverage 50.57% 50.56% -0.02%
Complexity 2919 2919
============================================
Files 120 120
Lines 27987 27987
Branches 4678 4678
============================================
- Hits 14154 14151 -3
- Misses 11540 11544 +4
+ Partials 2293 2292 -1
Continue to review full report at Codecov.
|
5527f4a
Fixes #949