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

Support for named placeholders [rt.cpan.org #73463]

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

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

Requestors:

From [email protected] on 2011-12-24 01:11:24:

It would be nice if DBD::mysql supported named placeholders ("SELECT *
FROM table WHERE column = :placeholder;").  Apparently, this had been
already proposed for 3.0 (cf.
<URI:http://article.gmane.org/gmane.comp.lang.perl.modules.dbi.sybase.devel/139>),
but if it has been implemented as well, I cannot find it :-).

  The syntax ":placeholder" seems to be supported by both DBD::Pg and
DBD::SQLite.

From [email protected] on 2015-09-14 20:20:55:

This is a duplicate of https://rt.cpan.org/Ticket/Display.html?id=73463

mbeijen avatar Nov 15 '17 07:11 mbeijen