iBATIS 3 comes with about 1200 unit tests that cover about 85% of the
codebase. However, unit testing does not equal field testing.
Our process works like this:
* Committers write code or integrate code from the community.
* Committers vote upon and release Betas.
* The community field test
Hi,
we're currently evaluating iBatis 3 for a project after using iBatis 2 in
its predecessor.
One of our developers encountered that beta 3 does not honor the id property
(it is defined on a primary key)
so that no grouping takes place when using collections filled via joins.
I've checked out t
Hi,
This is probably more a JDBC (MS Sql 2005, sqljdbc 1.2) question then a
ibatis question.
I've been noticing that parameterised queries are sometimes dead slow..
I have the following Sql map what takes more than a minute to execute
(returning 10 rows);
select distinct actmonth from yt