boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
252 stars 32 forks source link

String escaping #202

Closed anarthal closed 8 months ago

anarthal commented 8 months ago

Provide similar functionality to mysql_real_escape_string. This is required by #69.