Issue Number : 308401b
| Issue | When a character-type column is used as input to a function, the return result is determined without reflecting the characteristics of that column. |
| Cause | The method of handling character data was not considered for parameters. |
| Solutions | Fixed the issue where char semantic was not considered in CAST and CASE statements. |