If i want to set a nullValue replacement for an empty String I use this in an explicit parameterMap:
<parameter property="street" jdbcType="VARCHAR" nullValue=""/> I want to do the same thing using inline parameters. I've tried the following: #street:VARCHAR:""# #street:VARCHAR:# #street,jdbcType=VARCHAR,nullValue=""# #street,jdbcType=VARCHAR,nullValue=# but none works. How should i write the statement? Thanks, Ondra -- View this message in context: http://www.nabble.com/inline-map-format%3A-empty-String-in-nullValue-tp18905940p18905940.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
