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

Fat finger prevention: identify potential user error on bulk update #608

Open
fr3dastaire opened this issue Mar 4, 2024 · 1 comment
Open

Comments

@fr3dastaire
Copy link

Hi there,

Yesterday by copying & pasting, I ended up in this situation:

UPDATE table
SET field = 1
WHERE condition1;
AND condition 2;

Notice the ";" in after condition1. You already know how this ended.

The request is to identify this potential harmful mistakes and prompt a confirmation.

Thanks for reading.

Cheers,
J.

@williamdes williamdes transferred this issue from phpmyadmin/phpmyadmin Jan 18, 2025
@williamdes
Copy link
Member

Let's see how the parser can handle the error message hint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants