Re: [jira] Created: (IBATIS-215) BSF for dynamic queries

2005-11-30 Thread Nathan Maves
It is identical to the insert. I would also suggest using the more specific maps like insert and update instead of the catch all statement. insert id=insertProduct parameterClass=product insert into PRODUCT ( PRD_ID, PRD_DESCRIPTION ) values ( #id:NUMERIC#,

[jira] Commented: (IBATIS-226) Support Commons DBUtils ResultSetHandler

2005-11-30 Thread Paul Benedict (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-226?page=comments#action_12359001 ] Paul Benedict commented on IBATIS-226: -- I haved talked with Larry privately about these ideas and now I am taking them public for review. I think we can provide

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
Excellent news. I was thinking of something along the same general lines, as it would not only bring the equality semantics into line it could also bring a single solution to bear on both application-provided maps and maps generated from a parameter-mapped application-provided objects. Ill