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

Change example Value of Query Generator #16337

Closed
arcanisgk opened this issue Sep 8, 2020 · 6 comments · Fixed by #16340
Closed

Change example Value of Query Generator #16337

arcanisgk opened this issue Sep 8, 2020 · 6 comments · Fixed by #16340
Assignees
Labels
enhancement A feature request for improving phpMyAdmin has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Milestone

Comments

@arcanisgk
Copy link

arcanisgk commented Sep 8, 2020

Exist any way to change the bold text:

INSERT INTO Exmple(IdCMov, columnA) VALUES ([value-1],[value-2]);

I hate every time a Query is generated in phpmyadmin it says that it has errors because its example does not comply with the Proper syntax

why:

because it does not generate something like:

INSERT INTO `Exmple`(`IdCMov`, `columnA`) VALUES ('Value-1','Value-1');

@williamdes
Copy link
Member

What version are you using @arcanisgk?

@williamdes williamdes added the question Used when we need feedback from the submitter or when the issue is a question about PMA label Sep 8, 2020
@williamdes williamdes added this to Needs triage in Questions via automation Sep 8, 2020
@williamdes williamdes moved this from Needs triage to Needs a second check to be a bug in Questions Sep 8, 2020
@arcanisgk
Copy link
Author

version 4.9 beta on linux ubuntu installed by default
and 5.0.2 release stable with Laragon and Xampp and AMPPS on windows 10.

@williamdes
Copy link
Member

Okay, would you provide us your table structure please ?

@arcanisgk
Copy link
Author

all table strucuture have the same problem in the SQL tab:

image

@williamdes
Copy link
Member

Ah, it is an enhancement request to change the default values.

@williamdes williamdes added the enhancement A feature request for improving phpMyAdmin label Sep 9, 2020
@arcanisgk
Copy link
Author

yes, I don't see any software giving code examples with syntax errors

@williamdes williamdes removed the question Used when we need feedback from the submitter or when the issue is a question about PMA label Sep 9, 2020
@williamdes williamdes added this to Triage zone in Enhancements via automation Sep 9, 2020
@williamdes williamdes removed this from Needs a second check to be a bug in Questions Sep 9, 2020
@williamdes williamdes moved this from Triage zone to Interface in Enhancements Sep 9, 2020
@MauricioFauth MauricioFauth self-assigned this Sep 9, 2020
MauricioFauth added a commit to MauricioFauth/phpmyadmin that referenced this issue Sep 9, 2020
Fixes phpmyadmin#16337

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
@MauricioFauth MauricioFauth added the has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete label Sep 9, 2020
@MauricioFauth MauricioFauth added this to the 5.1.0 milestone Sep 9, 2020
Enhancements automation moved this from Interface to Done Sep 10, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement A feature request for improving phpMyAdmin has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Projects
Enhancements
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants