-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Implemented PDO Driver specific SQL parsers #14035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
00ef951
to
156d484
Compare
0c123a2
to
372740e
Compare
372740e
to
bf3aa65
Compare
pdo/pgsql part looks ok to me. |
odbc looks OK for me for obvious reasons :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job on implementing the PDO Driver specific SQL parsers, @mbeccati!
I've reviewed and tested the pull request, and everything looks good to me.
Thanks for your contribution!
I haven't looked at everything yet, but dblib and firebird look good. |
16a26d4
to
74088a3
Compare
a9a4ecb
to
209a1ab
Compare
209a1ab
to
5f415fb
Compare
5f415fb
to
6155d97
Compare
This required changing how YYFILL works, with no apparent regressions
Allow "??" in dollar quoted strings for backwards compatibility, as it was a viable workaround to insert question marks without them being parsed as placeholders. Add a deprecation notice to tell that the escape is no longer necessary within dollar quotes and that its usage is deprecated. Ref bug php#14244
6155d97
to
53d7c17
Compare
9da0d4b
to
329dfa7
Compare
@mbeccati This PR broke the nightly build, can you please have a look? |
@iluuu1994 Thanks for the heads up. I'll look into it - I haven't been building PHP without mysqlnd since a long time, but this is totally unexpected. |
@iluuu1994 Fixed in 5a3c4a2 - Thanks again! |
Great, thanks for the quick resolution! |
RFC: http://wiki.php.net/rfc/pdo_driver_specific_parsers