-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#940 TApplicationComponent::getClassFxEvents update and TDBCache::set…
…Value uses atomic SQL (#952) * #940 TApplicationComponent::getClassFxEvents This is a better implementation of getClassFXEvents. it shaves a few milliseconds from the testing time. woot. * #940 TDBCache::setValue uses Atomic SQL "INSERT... ON DUPLICATE" * TDBCache::setValue uses "REPLACE" rather than "INSERT INTO ON DUPLICATE KEY UPDATE" * shortened the sql * TDBCache::setValue selects on database type for SQL, fallback to transaction delete/add And corrected a "/" into "DIRECTORY_SEPARATOR" in TApplicationStatePersister * TApplicationComponent::getClassFxEvents uses runtime file cache Rather than waiting for TDBCache module to load, this uses a runtime file cache to store the fxEvents. * remove testing * getClassFXEvents doesn't cache in Debug Mode * removed cleanup that doesn't need to happen for Debug mode * no change to the ticket 589test
- Loading branch information
Showing
3 changed files
with
85 additions
and
23 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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