Skip to content

Ensure correct work UUID with SDKs #10170

Open
@rekby

Description

@rekby

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

Metadata

Metadata

Assignees

Labels

area/sdkSDK or SDK integration issues like supporting different ORMs, libraries, etc

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions