mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
and more..
This commit is contained in:
@@ -293,7 +293,7 @@ namespace OpenSim.Data.PGSQL
|
||||
//HACK if object is null, it is turned into a string, there are no nullable type till now
|
||||
NpgsqlParameter parameter = new NpgsqlParameter(parameterName, NpgsqlDbType.Bytea);
|
||||
parameter.Direction = ParameterDirection.Input;
|
||||
parameter.Value = null;
|
||||
parameter.Value = DBNull.Value;
|
||||
return parameter;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user