Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure correct work UUID with SDKs #10170

Open
5 of 7 tasks
rekby opened this issue Oct 7, 2024 · 0 comments
Open
5 of 7 tasks

Ensure correct work UUID with SDKs #10170

rekby opened this issue Oct 7, 2024 · 0 comments
Assignees
Labels
area/sdk SDK or SDK integration issues like supporting different ORMs, libraries, etc

Comments

@rekby
Copy link
Member

rekby commented Oct 7, 2024

needs to implement test for covnert UUID to string and revert - for ensure work with same format between sdks and the server.

for check uuid format try send and receive uuid 6E73B41C-4EDE-4D08-9CFB-B7462D9E498B and compare it to string representation.

example:

DECLARE $val AS UUID;

SELECT CAST($val AS Utf8)

and

DECLARE $val AS Utf8;

SELECT CAST($val AS UUID)

and check about binary and string representation are equals.

It is special UUID where all bytes are different for detect any byte misordering

@rekby rekby self-assigned this Oct 7, 2024
@rekby rekby added the area/sdk SDK or SDK integration issues like supporting different ORMs, libraries, etc label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/sdk SDK or SDK integration issues like supporting different ORMs, libraries, etc
Projects
None yet
Development

No branches or pull requests

1 participant