Anyone know under what circumstances ibatis would fail to locate a record when I can take the query from the log and run it and find the record. The field I'm searching on is a simple integer.
Turned on debug for java.sql and ibatis. The query is logged, along with the parameter. The result set is empty. I take that query, from the log, paste it into an mysql session, change the "?" to the parameter value I get from the log, and behold, I get a result. --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h...@ibatis.apache.org