DBD-mysql icon indicating copy to clipboard operation
DBD-mysql copied to clipboard

Add bind_param_inout support [rt.cpan.org #65617]

Open mbeijen opened this issue 8 years ago • 0 comments
trafficstars

Migrated from rt.cpan.org#65617 (status was 'open')

Requestors:

From [email protected] on 2011-02-10 11:49:40:

DBI defines a method "bind_param_inout" to handle INOUT parameters with
stored procedures.  This is currently not supported in DBD-mysql:

  DBD::mysql::st bind_param_inout failed: Output parameters not implemented

INOUT parameters are quite common with stored procedures, and relevant
support in DBD-mysql would be highly appreciated.


From [email protected] on 2011-02-10 11:50:42:

See also http://bugs.mysql.com/bug.php?id=23554

mbeijen avatar Nov 15 '17 07:11 mbeijen