Thank you kindly, Grumly57 for:
Added MSSQLDataStore.cs to OpenSim.Framework.Data.MSSQL and changed it to reflect the actual capabilites of MySQLDataStore.cs0.6.0-stable
parent
58ce8f3818
commit
f7c5867723
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))
|
||||
{
|
||||
|
|
|
@ -1032,6 +1032,7 @@
|
|||
<Reference name="System.Data"/>
|
||||
<Reference name="OpenSim.Framework"/>
|
||||
<Reference name="OpenSim.Framework.Data"/>
|
||||
<Reference name="OpenSim.Region.Environment"/>
|
||||
<Reference name="OpenSim.Framework.Console"/>
|
||||
<Reference name="libsecondlife.dll"/>
|
||||
<Reference name="log4net"/>
|
||||
|
|
Loading…
Reference in New Issue