Menu

#2 Bug in WhereTerm.Clone()

open
nobody
None
5
2006-07-31
2006-07-31
Anonymous
No

The property a.subQuery in the WhereTerm.Clone method
is being set to itself:

a.subQuery = a.subQuery;

When it should be set to the internal member subQuery.

WhereTerm.cs line #257.

Discussion


Log in to post a comment.