Some more corrections after MySQL connector update

This commit is contained in:
AlexRa
2010-05-19 02:28:19 +03:00
parent 8a0c5d14d4
commit deae030145
2 changed files with 3 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ namespace OpenSim.Data.MySQL
// TODO: this is to handle a case where NULLs creep in there, which we are not sure is endemic to the system, or legacy. It would be nice to live fix these.
// ( DBGuid.FromDB() reads db NULLs as well, returns UUID.Zero )
item.CreatorId = DBGuid.FromDB(reader["creatorID"]).ToString();
item.CreatorId = reader["creatorID"].ToString();
// Be a bit safer in parsing these because the
// database doesn't enforce them to be not null, and