Don't you have to put the CHAR in quotes as well? CarloV wrote:
If i want to set a nullValue replacement for an empty String i use this in an explicit parameterMap<parameter property="codCopiaEsito" jdbcType="CHAR" nullValue=""/> If i want to do the same thing using inline parameters how should i write the statement?I tried whit#codCopiaEsito,jdbcType=CHAR,nullValue=""#and#codCopiaEsito,jdbcType=CHAR,nullValue=# but it doesn't work. Thanks Carlo
