mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -148,7 +148,7 @@ namespace OpenSim.Data.PGSQL
|
||||
|
||||
internal NpgsqlDbType DbtypeFromString(Type type, string PGFieldType)
|
||||
{
|
||||
if (PGFieldType == "")
|
||||
if (PGFieldType.Length == 0)
|
||||
{
|
||||
return DbtypeFromType(type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user