Closed dveeden closed 7 months ago
Closes #375
Unfortunately the new mysql_stmt_bind_named_param() only really works in 8.3.0 so we need an ifdef to allow this to be build against earlier versions.
mysql_stmt_bind_named_param()
ifdef
Closes #375
Unfortunately the new
mysql_stmt_bind_named_param()
only really works in 8.3.0 so we need anifdef
to allow this to be build against earlier versions.