more work towards nhibernate working with mysql, not there yet,

but moving in the right direction.
This commit is contained in:
Sean Dague
2008-06-19 21:20:23 +00:00
parent 786fd3534d
commit c2e2997a99
4 changed files with 9 additions and 7 deletions

View File

@@ -9,8 +9,8 @@
<property name="PasswordHash" type="String" length="32" />
<property name="PasswordSalt" type="String" length="32" />
<property name="WebLoginKey" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" />
<property name="HomeRegionX" type="Int32" />
<property name="HomeRegionY" type="Int32" />
<property name="HomeRegionX" type="System.UInt32" />
<property name="HomeRegionY" type="System.UInt32" />
<property name="HomeLocationX" type="Single" />
<property name="HomeLocationY" type="Single" />
<property name="HomeLocationZ" type="Single" />