diff options
author | Sean Dague | 2008-09-10 17:49:41 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-10 17:49:41 +0000 |
commit | f97059719431c81d8526ecbfa8ed9de0700fff28 (patch) | |
tree | 7b18c57f4afb21866f75dec236203ce3b8da6e03 /OpenSim/Data/SQLite/SQLiteRegionData.cs | |
parent | add shell for SQLite testing. No tests yet. (diff) | |
download | opensim-SC_OLD-f97059719431c81d8526ecbfa8ed9de0700fff28.zip opensim-SC_OLD-f97059719431c81d8526ecbfa8ed9de0700fff28.tar.gz opensim-SC_OLD-f97059719431c81d8526ecbfa8ed9de0700fff28.tar.bz2 opensim-SC_OLD-f97059719431c81d8526ecbfa8ed9de0700fff28.tar.xz |
added the first couple of sqlite tests. we'll see how bamboo
handles them.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteRegionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteRegionData.cs b/OpenSim/Data/SQLite/SQLiteRegionData.cs index 986687c..8fbc80d 100644 --- a/OpenSim/Data/SQLite/SQLiteRegionData.cs +++ b/OpenSim/Data/SQLite/SQLiteRegionData.cs | |||
@@ -211,7 +211,7 @@ namespace OpenSim.Data.SQLite | |||
211 | && (prim.GetEffectiveObjectFlags() & (uint)PrimFlags.Temporary) == 0 | 211 | && (prim.GetEffectiveObjectFlags() & (uint)PrimFlags.Temporary) == 0 |
212 | && (prim.GetEffectiveObjectFlags() & (uint)PrimFlags.TemporaryOnRez) == 0) | 212 | && (prim.GetEffectiveObjectFlags() & (uint)PrimFlags.TemporaryOnRez) == 0) |
213 | { | 213 | { |
214 | //m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID); | 214 | m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID); |
215 | addPrim(prim, obj.UUID, regionUUID); | 215 | addPrim(prim, obj.UUID, regionUUID); |
216 | } | 216 | } |
217 | else if (prim.Stopped) | 217 | else if (prim.Stopped) |