let the asset tests run on MySQL. Interesting difference here, the

sqlite driver can handle .Data = Null, the mysql driver can not.  We
should decide which is the right behavior and adjust code for it.
This commit is contained in:
Sean Dague
2008-09-24 20:43:32 +00:00
parent 70d6cb8570
commit 6392671335
4 changed files with 102 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ namespace OpenSim.Data.MySQL
/// <summary>
/// A MySQL Interface for the Asset Server
/// </summary>
internal class MySQLAssetData : AssetDataBase
public class MySQLAssetData : AssetDataBase
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);