mbeccati

mbeccati

Contributor Directory

RFCs

Language and policy proposals from this contributor
RFCs are part of the process by which decisions are made about PHP. For more information about the RFC process as well as viewing a full list of RFCs please visit the RFC section.

PDO Driver specific SQL parsers

Author
Target
8.4
The PDO extension contains a SQL parser, whose main purpose is to recognise parameter placeholders inside queries (i.e. ? and :paramName), so that it knows how ...

Implement PDO Driver specific SQL parsers?

Yes
No
Yes
27 Votes (100%)
No
0 Votes (0%)

Escape PDO "?" parameter placeholder

Author
Target
7.4
PostgreSQL, and possibly other databases, allow the usage of the question mark (?) character in operators, either alone or part of a multi-character operator. I...

Add ?? as a way to escape ? in PDO parametrised queries?

Yes
No
Yes
27 Votes (93%)
No
2 Votes (7%)