mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
pgsql: still uint cast issue
This commit is contained in:
@@ -182,6 +182,10 @@ namespace OpenSim.Data.PGSQL
|
||||
{
|
||||
return value;
|
||||
}
|
||||
if (valueType == typeof(uint))
|
||||
{
|
||||
return (int)value;
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user