Thank you kindly, Grumly57 for:

Added MSSQLDataStore.cs to OpenSim.Framework.Data.MSSQL and changed it 
to reflect the actual capabilites of MySQLDataStore.cs
0.6.0-stable
Charles Krinke 2008-03-15 20:53:39 +00:00
parent 58ce8f3818
commit f7c5867723
3 changed files with 1625 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -140,7 +140,7 @@ namespace OpenSim.Framework.Data.MSSQL
// this is something we'll need to implement for each db // this is something we'll need to implement for each db
// slightly differently. // slightly differently.
private static string SqlType(Type type) public static string SqlType(Type type)
{ {
if (type == typeof(String)) if (type == typeof(String))
{ {

View File

@ -1032,6 +1032,7 @@
<Reference name="System.Data"/> <Reference name="System.Data"/>
<Reference name="OpenSim.Framework"/> <Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Data"/> <Reference name="OpenSim.Framework.Data"/>
<Reference name="OpenSim.Region.Environment"/>
<Reference name="OpenSim.Framework.Console"/> <Reference name="OpenSim.Framework.Console"/>
<Reference name="libsecondlife.dll"/> <Reference name="libsecondlife.dll"/>
<Reference name="log4net"/> <Reference name="log4net"/>