perl5-dbi / DBD-mysql

MySQL driver for the Perl5 Database Interface (DBI)
https://metacpan.org/module/DBD::mysql
Other
63 stars 73 forks source link

Replace mysql_stmt_bind_param() with mysql_stmt_bind_named_param() #417

Closed dveeden closed 7 months ago

dveeden commented 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.