mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Synchronization code
This commit is contained in:
@@ -104,6 +104,10 @@ namespace SqlSugar
|
||||
{
|
||||
value = DBNull.Value;
|
||||
}
|
||||
else if (value is double)
|
||||
{
|
||||
column.Type = NpgsqlDbType.Double;
|
||||
}
|
||||
if (column.Type == null)
|
||||
{
|
||||
writer.Write(value);
|
||||
|
||||
Reference in New Issue
Block a user