Thank you kindly, Grumly57 for:

Added MSSQLDataStore.cs to OpenSim.Framework.Data.MSSQL and changed it 
to reflect the actual capabilites of MySQLDataStore.cs
This commit is contained in:
Charles Krinke
2008-03-15 20:53:39 +00:00
parent 58ce8f3818
commit f7c5867723
3 changed files with 1625 additions and 1 deletions

View File

@@ -140,7 +140,7 @@ namespace OpenSim.Framework.Data.MSSQL
// this is something we'll need to implement for each db
// slightly differently.
private static string SqlType(Type type)
public static string SqlType(Type type)
{
if (type == typeof(String))
{