- 修复 2.0.103 Uow.Orm 事务 bug;

This commit is contained in:
2881099
2020-12-07 20:18:35 +08:00
parent ff1354d46c
commit 87f2cba55f
5 changed files with 215 additions and 10 deletions

View File

@ -48,6 +48,8 @@ namespace FreeSql
base.ConnectionString = ado.ConnectionString;
base.SlaveConnectionStrings = ado.SlaveConnectionStrings;
base.Identifier = ado.Identifier;
base.MasterPool = ado.MasterPool;
base._util = ado._util;
}
public override object AddslashesProcessParam(object param, Type mapType, ColumnInfo mapColumn) => _ado.AddslashesProcessParam(param, mapType, mapColumn);
public override DbCommand CreateCommand() => _ado.CreateCommand();