mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 优化 DbFirst 模式长内容未设置 StringLength = -1 写入问题;
This commit is contained in:
@ -23,7 +23,7 @@ namespace FreeSql.Dameng
|
||||
{
|
||||
case DmDbType.Bit:
|
||||
if (value == null) value = null;
|
||||
else value = (bool)value == true ? 1 : 0;
|
||||
else value = (bool) value == true ? 1 : 0;
|
||||
dbtype = DmDbType.Int32;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user