mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 18:34:55 +08:00
Compatible with new drivers
This commit is contained in:
@@ -138,6 +138,10 @@ namespace SqlSugar
|
||||
sqlParameter.Value = Convert.ToDateTime("1753/01/01");
|
||||
}
|
||||
}
|
||||
if (parameter.Direction == 0)
|
||||
{
|
||||
parameter.Direction = ParameterDirection.Input;
|
||||
}
|
||||
sqlParameter.Direction = parameter.Direction;
|
||||
result[index] = sqlParameter;
|
||||
if (parameter.TypeName.HasValue()) {
|
||||
|
||||
Reference in New Issue
Block a user