mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 10:35:40 +08:00
Some more corrections after MySQL connector update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user