sqlx
sqlx copied to clipboard
GUID(Uuid) support for MSSQL
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().