-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement support for very old style symbol list entries. (#1630)
#### Reference Issues/PRs arcticdb-man#116 #### What does this implement or fix? See arcticdb-man#116. Some very old symbol list keys have non zero version numbers. This was breaking some `list_symbols` calls with ArcticDB. In particular, a very old style `Delete` with a non-zero version number would always "win" over a more recent old style `Add`, which would have a zero version number. Co-authored-by: Alex Seaton <[email protected]>
- Loading branch information
1 parent
07176cd
commit d9eb496
Showing
3 changed files
with
89 additions
and
15 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