* A feeble attempt at adding Grid db support to SQLite, just adding some code based on User db. Nothing hot-wired though.

This commit is contained in:
lbsa71
2007-09-19 23:16:30 +00:00
parent 2afbf8b22b
commit 604b786d89
2 changed files with 69 additions and 3 deletions

View File

@@ -192,6 +192,4 @@ namespace OpenSim.Framework.Data.SQLite
return null;
}
}
}