Bug #8633 Support for Guid/Uniqueidentifier
Submitted: 20 Feb 2005 15:32 Modified: 6 Nov 2007 14:53
Reporter: Winfried Maus Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / NET Severity:S4 (Feature request)
Version: OS:Windows (Windows)
Assigned to: CPU Architecture:Any

[20 Feb 2005 15:32] Winfried Maus
Description:
Native support for the .NET Guid/Uniqueidentifier datatype would be a real plus, as it is support by the MSDE 2000:

CREATE TABLE newsgroups (
  GroupID UNIQUEIDENTIFIER NOT NULL, 
  Groupname Varchar(80) NOT NULL,
  CONSTRAINT PK_GroupID PRIMARY KEY  (GroupID) 
);

How to repeat:
This is a feature request.
[17 Jan 2007 14:23] Moreno Gentili
I second this. Also, a 128 bit integer field might be used to store an IPv6 address.
[6 Nov 2007 14:53] Reggie Burnett
This is not a bug.  Connector/net does include methods for retrieving a column value as a UUID.  MySQL doesn't support UUID as a column type though it does include a UUID function for generating these values.