Prepared statements with named placeholders

Description

Java and C# drivers have the ability to use named placeholders for prepared statements:
https://docs.datastax.com/en/developer/java-driver/3.0/manual/statements/prepared/

But PHP has no possibility to do this. Can this functionality be implemented for PHP too?

Environment

None

Pull Requests

None

Activity

Show:

ErickSkrauch 
September 17, 2019 at 6:07 PM

@Michael Fero, thanks for the quick reply.

Yes, I know about ? placeholders. But I'm talking about the named ones. Example from Java documentation:

PHP client doesn't provide the bind method.

Michael Fero 
September 17, 2019 at 5:56 PM

This feature has already been implemented by PHP-67: see feature example here.

Details

Assignee

Reporter

Labels

Doc Impact

Release Notes

Affects versions

Priority

Created September 17, 2019 at 5:19 PM
Updated September 17, 2019 at 6:07 PM