-
-
Notifications
You must be signed in to change notification settings - Fork 141
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(sql): add NO_KEY_ERROR to sql_mode for ignoring unsupported error.(#1318) #1320
feat(sql): add NO_KEY_ERROR to sql_mode for ignoring unsupported error.(#1318) #1320
Conversation
…stoneatom#1318) Add NO_KEY_ERROR to sql_mode. Add judgement for secondary index、unique index、trigger、etc.
This pull request's title should follow requirements next. @DandreChen please check it 👇. Valid format:
Valid types:
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
c3158dc
to
4cf5b8b
Compare
Add test cases for NO_KEY_ERROR to test secondary index、unique index and trigger.
4cf5b8b
to
f32d655
Compare
Codecov ReportBase: 43.11% // Head: 43.11% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## stonedb-5.7-dev #1320 +/- ##
===================================================
- Coverage 43.11% 43.11% -0.01%
===================================================
Files 1830 1830
Lines 396374 396385 +11
===================================================
+ Hits 170904 170908 +4
- Misses 225470 225477 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Summary about this PR
Issue Number: close #1318
[summary]
Add NO_KEY_ERROR to sql_mode.
Add judgement for secondary index、unique index、trigger、etc.
Add test cases for NO_KEY_ERROR to test secondary index、unique index and trigger.
Tests Check List
Changelog
Documentation