aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/TextureUserType.cs
diff options
context:
space:
mode:
authorSean Dague2008-07-03 16:37:44 +0000
committerSean Dague2008-07-03 16:37:44 +0000
commitb9bba13c39bc4e22886631d24865ca6274b1137b (patch)
tree4b9ff8ee57bbf3be7f38e0e33d53417518cd8315 /OpenSim/Data/NHibernate/TextureUserType.cs
parentMantis#1654. Thank you kindly, Matth for a patch that: (diff)
downloadopensim-SC_OLD-b9bba13c39bc4e22886631d24865ca6274b1137b.zip
opensim-SC_OLD-b9bba13c39bc4e22886631d24865ca6274b1137b.tar.gz
opensim-SC_OLD-b9bba13c39bc4e22886631d24865ca6274b1137b.tar.bz2
opensim-SC_OLD-b9bba13c39bc4e22886631d24865ca6274b1137b.tar.xz
playing with multicolumn mapping of vectors using a custom type
Diffstat (limited to 'OpenSim/Data/NHibernate/TextureUserType.cs')
-rw-r--r--OpenSim/Data/NHibernate/TextureUserType.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/TextureUserType.cs b/OpenSim/Data/NHibernate/TextureUserType.cs
index 18a8166..dac7c75 100644
--- a/OpenSim/Data/NHibernate/TextureUserType.cs
+++ b/OpenSim/Data/NHibernate/TextureUserType.cs
@@ -95,7 +95,7 @@ namespace OpenSim.Data.NHibernate
95 95
96 public Type ReturnedType 96 public Type ReturnedType
97 { 97 {
98 get { return typeof(LLUUID); } 98 get { return typeof(LLObject.TextureEntry); }
99 } 99 }
100 100
101 public SqlType[] SqlTypes 101 public SqlType[] SqlTypes