diff options
author | Charles Krinke | 2008-03-15 20:53:39 +0000 |
---|---|---|
committer | Charles Krinke | 2008-03-15 20:53:39 +0000 |
commit | f7c5867723357417656f3884ec20b89b557e272f (patch) | |
tree | 62ce297f916293feec4d8c4822fd642b129d549d /OpenSim/Framework/Data.MSSQL/MSSQLManager.cs | |
parent | added some os helper functions for the texture drawing module. see http://ope... (diff) | |
download | opensim-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 'OpenSim/Framework/Data.MSSQL/MSSQLManager.cs')
-rw-r--r-- | OpenSim/Framework/Data.MSSQL/MSSQLManager.cs | 2 |
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 | { |