sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

GUID(Uuid) support for MSSQL

Open akaahn opened this issue 4 years ago • 0 comments

First time attempting this, so hopefully I'm not too far out in the sticks. Heavily based on implementations from other databases.

As I understand it the uniqueidentifier type should be RFC4122 compliant, at least when generated from NEWID() or NEWSEQUENTIALID().

akaahn avatar Dec 06 '21 22:12 akaahn