Skip to content

Commit 8a0788b

Browse files
Small adjustment as per own review.
1 parent c13d0eb commit 8a0788b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Impl/AbstractSessionImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ public virtual ISQLQuery CreateSQLQuery(string sql)
424424

425425
protected internal virtual IQueryExpressionPlan GetHQLQueryPlan(IQueryExpression queryExpression, bool shallow)
426426
{
427-
using (BeginContext())
427+
using (BeginProcess())
428428
{
429429
return _factory.QueryPlanCache.GetHQLQueryPlan(queryExpression, shallow, EnabledFilters);
430430
}

0 commit comments

Comments
 (0)