I know to input parameters in ibatis file, we can use either '$' or '#'.
Anyone know what is the difference? I can't seem to find much documentation on this.
===
If I were to pass in a String '12' using '#' but my column has a datatype of Integer, will it work?