-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[release-19.0] sqlparser: use integers instead of literals for Length/Precision (#15256) #15269
Conversation
Hello @vmg, there are conflicts in this backport. Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually. Make sure you replace
|
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
CI failing? |
685539c
to
4a94797
Compare
Signed-off-by: Dirkjan Bussink <[email protected]>
4a94797
to
667e08d
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## release-19.0 #15269 +/- ##
================================================
- Coverage 67.29% 67.28% -0.01%
================================================
Files 1558 1559 +1
Lines 192072 192051 -21
================================================
- Hits 129261 129231 -30
- Misses 62811 62820 +9 ☔ View full report in Codecov by Sentry. |
Description
This is a backport of #15256