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
Enum Or Set value save which contian & character #16977
Comments
|
Thank you for the report ! START TRANSACTION;
INSERT INTO `enums` (`enum`, `set`, `ser`) VALUES
('', 'b&c', 1),
('', 'b&c', 2),
('a&b', 'a&b,b&c', 3);
ALTER TABLE `enums`
ADD UNIQUE KEY `ser` (`ser`);
ALTER TABLE `enums`
MODIFY `ser` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
COMMIT; |
williamdes
added a commit
that referenced
this issue
Jun 23, 2021
Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes
added a commit
that referenced
this issue
Jun 23, 2021
Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes
added a commit
that referenced
this issue
Jun 23, 2021
Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes
added a commit
that referenced
this issue
Jun 23, 2021
Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes
added a commit
that referenced
this issue
Jun 23, 2021
|
Hi @armenmargaryan Let me know if it works fine |
|
Hi @williamdes , |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
If enum or set field contain & character it is not possible to save such value from table linar editing.
i have tested this beaver on latest phpmyadmin version
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Values must be saved
Screenshots
Here is screenshot of save error
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: