From f7c5867723357417656f3884ec20b89b557e272f Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Sat, 15 Mar 2008 20:53:39 +0000 Subject: Thank you kindly, Grumly57 for: Added MSSQLDataStore.cs to OpenSim.Framework.Data.MSSQL and changed it to reflect the actual capabilites of MySQLDataStore.cs --- OpenSim/Framework/Data.MSSQL/MSSQLManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Data.MSSQL/MSSQLManager.cs') diff --git a/OpenSim/Framework/Data.MSSQL/MSSQLManager.cs b/OpenSim/Framework/Data.MSSQL/MSSQLManager.cs index a9fb3c2..93c8970 100644 --- a/OpenSim/Framework/Data.MSSQL/MSSQLManager.cs +++ b/OpenSim/Framework/Data.MSSQL/MSSQLManager.cs @@ -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)) { -- cgit v1.1