Re: [jira] Commented: (IBATISNET-118) CacheKey.Equals(object) override can return true when the parameters have the same HashCode but are not equal.

2005-11-30 Thread Nathan Maves
I would but I am still working on getting the ant build process to work on my machine. I am close :) Nathan On Nov 30, 2005, at 2:32 PM, Clinton Begin (JIRA) wrote: [ http://issues.apache.org/jira/browse/IBATISNET-118? page=comments#action_12358971 ] Clinton Begin commented on IBATISN

Re: [jira] Commented: (IBATISNET-118) CacheKey.Equals(object) override can return true when the parameters have the same HashCode but are not equal.

2005-11-30 Thread Clinton Begin
The iBATIS for Java version compares the parameters using the same values that are sent to the database, which means all values compared are primitive (with equals and hashcode consistently implemented by the core class library). Something similar could be done in the .NET version.  Like I said,

RE: [jira] Commented: (IBATISNET-118) CacheKey.Equals(object) override can return true when the parameters have the same HashCode but are not equal.

2005-11-30 Thread Jeremy Gray
. I’ll be eagerly awaiting the commit. J   Jeremy Gray   From: Clinton Begin [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 4:31 PM To: dev@ibatis.apache.org Subject: Re: [jira] Commented: (IBATISNET-118) CacheKey.Equals(object) override can return true when the parameters have