aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MSSQL/MSSQLManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Data.MSSQL/MSSQLManager.cs')
-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 {