Comment #6 on issue 97 by
kubes.to...@gmail.com: Does DbMetal support
dbtype "uuid"?
http://code.google.com/p/dblinq2007/issues/detail?id=97
I tried to generate dbml on MySQl database. Uuid columns are mapped to
String char(n) columns and dbml cannot be compiled. If I replace
System.Guid to System.String in can be compiled. New .NET connector (4.0)
supports Guid, but DBMetal can't read that version of MySQL.Data.dll. It
would be nice to support it.