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

the UUID issue
0.6.0-stable
Sean Dague 2008-04-09 14:15:54 +00:00
parent 93d7c8bd31
commit 0919df5cdc
1 changed files with 1 additions and 1 deletions

View File

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