You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linkaiup
changed the title
[Improvement][Dao] SQL optimization - limit one piece of data #5069
[Improvement][Dao] SQL optimization - limit one piece of data #5061
Nov 21, 2021
Merging #6940 (905de58) into dev (d2666d6) will decrease coverage by 0.11%.
The diff coverage is n/a.
❗ Current head 905de58 differs from pull request most recent head b882eef. Consider uploading reports for the commit b882eef to get more accurate results
thanks for your first contribution, I'm looking forward to see your deep participation, if you meet any question, please contact me through my wechat(Kris_Evil), please tell me your github id when added
thanks for your first contribution, I'm looking forward to see your deep participation, if you meet any question, please contact me through my wechat(Kris_Evil), please tell me your github id when added
Thank you for your affirmation! In my spare time, I will continue to pay attention to the dynamics of the DS community and continue to contribute my own strength!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of the pull request
See #5061
This pull request improvement the PluginDefineMapper dao
Brief change log
1.Change from select all data to limit one piece of data
2.Change the Test code too.
Verify this pull request
This pull request is already covered by existing tests, such as (PluginDefineTest.testQueryByNameAndType).