aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MSSQL/MSSQLManager.cs
diff options
context:
space:
mode:
authorCharles Krinke2008-03-15 20:53:39 +0000
committerCharles Krinke2008-03-15 20:53:39 +0000
commitf7c5867723357417656f3884ec20b89b557e272f (patch)
tree62ce297f916293feec4d8c4822fd642b129d549d /OpenSim/Framework/Data.MSSQL/MSSQLManager.cs
parentadded some os helper functions for the texture drawing module. see http://ope... (diff)
downloadopensim-SC_OLD-f7c5867723357417656f3884ec20b89b557e272f.zip
opensim-SC_OLD-f7c5867723357417656f3884ec20b89b557e272f.tar.gz
opensim-SC_OLD-f7c5867723357417656f3884ec20b89b557e272f.tar.bz2
opensim-SC_OLD-f7c5867723357417656f3884ec20b89b557e272f.tar.xz
Thank you kindly, Grumly57 for:
Added MSSQLDataStore.cs to OpenSim.Framework.Data.MSSQL and changed it to reflect the actual capabilites of MySQLDataStore.cs
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Data.MSSQL/MSSQLManager.cs2
1 files changed, 1 insertions, 1 deletions
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
140 140
141 // this is something we'll need to implement for each db 141 // this is something we'll need to implement for each db
142 // slightly differently. 142 // slightly differently.
143 private static string SqlType(Type type) 143 public static string SqlType(Type type)
144 { 144 {
145 if (type == typeof(String)) 145 if (type == typeof(String))
146 { 146 {