Cleanup and refactoring of annotation cache. - #986
Merged
Conversation
Member
Author
|
@PhilippSalvisberg - that should be OK for the issue you've reported. |
Member
Author
|
I did some more exploratory testing. |
jgebal
force-pushed
the
feature/cache_fixes
branch
2 times, most recently
from
November 12, 2019 01:09
3b401ce to
e25c375
Compare
jgebal
force-pushed
the
feature/cache_fixes
branch
from
December 29, 2019 16:35
e25c375 to
0a9b77b
Compare
jgebal
force-pushed
the
feature/cache_fixes
branch
from
February 15, 2020 14:49
0a9b77b to
f6930a1
Compare
Added ability to refresh annotation cache with DDL trigger enabled if schema was not full-scanned. Resolves: #975
jgebal
force-pushed
the
feature/cache_fixes
branch
from
February 15, 2020 16:42
f6930a1 to
335e420
Compare
…trigger. Fixed issues found while testing the code.
|
Kudos, SonarCloud Quality Gate passed!
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added ability to refresh annotation cache with DDL trigger enabled if schema was not full-scanned.
Resolves: #975
With this change, re-install of utPLSQL framework will no longer cause issues on installations using DDL trigger for improved framework startup time.