Skip to content

Commit ad12b91

Browse files
authored
Update AdoTransaction.cs
1 parent b1f9663 commit ad12b91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NHibernate/Transaction/AdoTransaction.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public void Enlist(IDbCommand command)
5555
if (command.Transaction != null)
5656
{
5757
log.Warn("set a nonnull IDbCommand.Transaction to null because the Session had no Transaction");
58+
throw new NotSupportedException("ORACLE!!!1111");
5859
}
5960
}
6061

0 commit comments

Comments
 (0)