It seems that NAME is defined as 40 char but you are inserting a string with 47 chars.
In fact your string is 45 chars that is out of space defined for the column.
In order to check the escaping logic you should try with a shorter strings.
- Log in to post comments