checking in a chunk of work because I think I'm tackling

the UUID issue
This commit is contained in:
Sean Dague
2008-04-09 14:15:54 +00:00
parent 93d7c8bd31
commit 0919df5cdc

View File

@@ -67,7 +67,7 @@ namespace OpenSim.Data.NHibernate
public Type ReturnedType
{
get { return typeof(LLUUID); }
get { return typeof(Guid); }
}
public SqlType[] SqlTypes