-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
getRealSQLStatement and getSQLStatement has no differences #12196
Comments
There is no way to return sql statement with replaced bound parameters in PDO. Other than replace them "by hand". |
I think this could be possibly new feature, it can be done on for 3.2.0. I mean both methods return at this moment the same thing. I thing real sql statement should return sql statement with bound parameters. |
Closing in favor of #13855. Will revisit if the community votes for it, or in later versions. |
Resolved in #14720 |
the source is below.
cphalcon/phalcon/db/adapter.zep
The text was updated successfully, but these errors were encountered: