mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
and more..
This commit is contained in:
@@ -207,6 +207,11 @@ namespace OpenSim.Data.PGSQL
|
||||
UUID.TryParse(value.ToString(), out uid);
|
||||
return uid.Guid;
|
||||
}
|
||||
if (PGFieldType == "smallint")
|
||||
{
|
||||
short.TryParse(value.ToString(), out short sintout);
|
||||
return sintout;
|
||||
}
|
||||
if (PGFieldType == "integer")
|
||||
{
|
||||
int intout;
|
||||
|
||||
Reference in New Issue
Block a user