Hi,
I have a select staement that has a Where cluase the gets a byte[].
Now, if I set the same byte[] instance I enjoy the cache.
However, if I have different instnaces for the byte[] with identical content
(i.e. Array.equals(b1,b2) returns true, but b1.equals(b2) returns false),
then I see "mi
Done:
https://issues.apache.org/jira/browse/IBATIS-740
--
View this message in context:
http://old.nabble.com/CacheKey-and-byte---problem-tp27489427p27496176.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
-