mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
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:
1623
OpenSim/Framework/Data.MSSQL/MSSQLDataStore.cs
Normal file
1623
OpenSim/Framework/Data.MSSQL/MSSQLDataStore.cs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user