OK, so you have a boolean in your bean, and a tinyint in your database
and it's getting mapped to true regardless of the int value.

What about insert/update? Are they setting the database to 0 and 1, or
always using the same value?

Larry

---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to