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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.