Uh oh!
There was an error while loading. Please reload this page.
Support UUID extended type - #227
Merged
Merged
Conversation
DifferentialOrangeforce-pushed
the
DifferentialOrange/gh-202-uuid
branch
from
August 31, 2022 12:49
c011e2f to
9607578CompareDifferentialOrangeforce-pushed
the
DifferentialOrange/gh-203-decimal
branch
2 times, most recently
from
September 1, 2022 07:00
6119a53 to
e67666aCompareDifferentialOrangeforce-pushed
the
DifferentialOrange/gh-202-uuid
branch
from
September 1, 2022 07:05
9607578 to
1e57e7bCompareDifferentialOrangeforce-pushed
the
DifferentialOrange/gh-203-decimal
branch
from
September 1, 2022 10:27
e67666a to
4205a21CompareDifferentialOrangeforce-pushed
the
DifferentialOrange/gh-202-uuid
branch
from
September 1, 2022 10:28
1e57e7b to
747995cCompareDifferentialOrangeforce-pushed
the
DifferentialOrange/gh-203-decimal
branch
4 times, most recently
from
September 1, 2022 17:32
b994b01 to
71559adCompareDifferentialOrangeforce-pushed
the
DifferentialOrange/gh-202-uuid
branch
2 times, most recently
from
September 2, 2022 06:54
df7f4f9 to
3ac6206CompareDifferentialOrangeforce-pushed
the
DifferentialOrange/gh-203-decimal
branch
from
September 5, 2022 07:42
71559ad to
45c5b34CompareDifferentialOrange
changed the base branch from
DifferentialOrange/gh-203-decimal
to
masterSeptember 5, 2022 13:39
DifferentialOrangeforce-pushed
the
DifferentialOrange/gh-202-uuid
branch
from
September 5, 2022 13:46
3ac6206 to
989af6cCompareDifferentialOrange
marked this pull request as ready for review
September 5, 2022 14:09
oleg-jukovec
approved these changes
Sep 7, 2022
DifferentialOrangeforce-pushed
the
DifferentialOrange/gh-202-uuid
branch
from
September 7, 2022 11:54
989af6c to
7181eb0CompareDifferentialOrange
commented
Sep 7, 2022
MemberAuthor
Reworked |
Tarantool supports UUID type since version 2.4.1 [1]. This patch introduced the support of Tarantool UUID type in msgpack decoders and encoders. The Tarantool UUID type is mapped to the native Python uuid.UUID type. 1. tarantool/tarantool#4268Closed#202
DifferentialOrangeforce-pushed
the
DifferentialOrange/gh-202-uuid
branch
from
September 7, 2022 12:03
7181eb0 to
51ece90Compare
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 freeto 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.
Merge after #226
Tarantool supports UUID type since version 2.4.1 [1]. This patch introduced the support of Tarantool UUID type in msgpack decoders and encoders. The Tarantool UUID type is mapped to the native Python uuid.UUID type.
Closed#202