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
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
Milestone
Comments
|
What version are you using @arcanisgk? |
|
version 4.9 beta on linux ubuntu installed by default |
|
Okay, would you provide us your table structure please ? |
|
Ah, it is an enhancement request to change the default values. |
|
yes, I don't see any software giving code examples with syntax errors |
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>
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

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');The text was updated successfully, but these errors were encountered: