mybatis-mapper icon indicating copy to clipboard operation
mybatis-mapper copied to clipboard

about single quote escaping

Open dev-bwh opened this issue 6 months ago • 0 comments

hi @OldBlackJoe

https://github.com/OldBlackJoe/mybatis-mapper/blob/48942abe2dd0835d72aa6d3f329f743c71c7a178/lib/convert.js#L96-L99

ex)

tempParamKey = `인천광역시 서구 (가정동, 루원시티 SK Leaders' VIEW)`

result

'인천광역시 서구 (가정동, 루원시티 SK Leaders\'' VIEW)'

i want result

'인천광역시 서구 (가정동, 루원시티 SK Leaders\' VIEW)'
or
'인천광역시 서구 (가정동, 루원시티 SK Leaders'' VIEW)'

mysqlRealEscapeParam

Is it mandatory to use it?

or not

Can I leave out line 99?

Please confirm.

dev-bwh avatar Dec 11 '23 07:12 dev-bwh