Jeff-Lewis / codesmith

Automatically exported from code.google.com/p/codesmith
0 stars 0 forks source link

Batch query leaves transaction open. #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new DataContext.
2. Do a batch query.
3. Submit changes with the same DataContext.

What is the expected output?
Successful update.

What do you see instead?
Exception message: "New transaction is not allowed because there are other
threads running in the session."

Original issue reported on code.google.com by tdupont...@gmail.com on 28 Apr 2009 at 3:48

GoogleCodeExporter commented 9 years ago
fixed, ExecuteResult should support transaction now.

Original comment by paul.wel...@gmail.com on 18 May 2009 at 6:32