Skip to content
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

support query-plan-analysis on pdo prepared statements #385

Open
staabm opened this issue May 25, 2022 · 0 comments · May be fixed by #391
Open

support query-plan-analysis on pdo prepared statements #385

staabm opened this issue May 25, 2022 · 0 comments · May be fixed by #391
Labels
enhancement New feature or request

Comments

@staabm
Copy link
Owner

staabm commented May 25, 2022

atm. this doesn't error:

    $stmt = $pdo->query("SELECT * FROM `ada` WHERE email = ?");
    $stmt->execute([$email]); 
@staabm staabm added the enhancement New feature or request label May 25, 2022
@staabm staabm changed the title support query-plan-analysis on prepared statements support query-plan-analysis on pdo prepared statements May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant