When I define an NHibernate object / mapping to use Guid as an identifier column, I get an exception. The Guid column is generated as varchar (40), but the content seems to be binary.
Is there a solution? For now I just use simple ol 'int, but it would be nice to know about future projects! :)
source
share