* Updated MSSQL to reflect resend changes 
* Added the new columns in prims table.
* Created a implementation for getting gestures.
* Remove configurable table names for user. 
* Thanks Ruud Lathorp
This commit is contained in:
Justin Clarke Casey
2008-09-29 15:22:48 +00:00
parent 104039b6c6
commit 4daaac662f
6 changed files with 105 additions and 73 deletions

View File

@@ -163,7 +163,7 @@ namespace OpenSim.Data.MSSQL
/// <returns>A string containing the storage system name</returns>
override public string Name
{
get { return "Sql OpenGridData"; }
get { return "MSSQL OpenGridData"; }
}
/// <summary>