will support MYSQL_COM_STMT_PREPARE? #2162
Unanswered
guoxueliang-coder
asked this question in
Q&A
Replies: 1 comment
-
The related issue is #1124 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My scenario is to save the audit log, but there may be single quotes in the log. However, because the log may be relatively long, I do not want to escape it. If it is MySQL, you can use MYSQL-COM-STMT-PREPARE, and the precompile function does not need to escape it。
Or is there any good way to insert data,Thank you very much。
Beta Was this translation helpful? Give feedback.
All reactions