mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
checking in a chunk of work because I think I'm tackling
the UUID issue
This commit is contained in:
@@ -67,7 +67,7 @@ namespace OpenSim.Data.NHibernate
|
||||
|
||||
public Type ReturnedType
|
||||
{
|
||||
get { return typeof(LLUUID); }
|
||||
get { return typeof(Guid); }
|
||||
}
|
||||
|
||||
public SqlType[] SqlTypes
|
||||
|
||||
Reference in New Issue
Block a user