mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-18 09:25:35 +08:00
- 修复 2.0.103 Uow.Orm 事务 bug;
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user