igor-tkachev / bltoolkit

Business Logic Toolkit for .NET
MIT License
297 stars 112 forks source link

Fix for NullPointerException in case of concurrent query creation #366

Closed otemnov closed 9 years ago

otemnov commented 9 years ago

Sorry for tests absent, but issue is simple: say multiple threads at same time trying to delete an entity of same type. Or even different types.