Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

fix sorting #284

Merged
merged 1 commit into from
Mar 5, 2019
Merged

fix sorting #284

merged 1 commit into from
Mar 5, 2019

Conversation

AlexeyBarabash
Copy link
Contributor

@AlexeyBarabash AlexeyBarabash commented Mar 5, 2019

Sorting of records by timestamp was broken.

This PR particularly addresses brave/brave-browser#3515 , it does not prevent re-appearing of records, but now as records will be provided sorted, then old parasite records will be neutralized by the new record.
In other words <...,CREATE, CREATE,...> or <...,DELETE, DELETE,...> or <...,UPDATE, UPDATE,...> safe. The only potential possibility of error is to have parasite records later than in the next request.

Copy link
Member

@SergeyZhukovsky SergeyZhukovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

@AlexeyBarabash AlexeyBarabash merged commit e4ae888 into staging Mar 5, 2019
AlexeyBarabash added a commit that referenced this pull request Mar 5, 2019
AlexeyBarabash added a commit that referenced this pull request Mar 5, 2019
Merge pull request #284 from brave/fix_sorting into master
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants