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

I cannot set more than one value to a "SET" field. #626

Closed
Fabio286 opened this issue Jul 17, 2023 Discussed in #620 · 1 comment
Closed

I cannot set more than one value to a "SET" field. #626

Fabio286 opened this issue Jul 17, 2023 Discussed in #620 · 1 comment
Labels
bug 🪲 Something isn't working MySQL/MariaDB🐬

Comments

@Fabio286
Copy link
Member

Discussed in #620

Originally posted by cbocaz July 15, 2023
In a table with a column of type "SET", I am unable to set more than one value from the assigned values in the table's DDL.

Example:
CREATE TABLE test ( id int unsigned NOT NULL AUTO_INCREMENT, name varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, type set('valA','valB','valC') NOT NULL, PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

If I try to insert a record, both in the grid and the "Insert rows" button functionality, it is impossible to set, for example, the value "valA,valC".

Can anyone help?

@Fabio286 Fabio286 added the bug 🪲 Something isn't working label Jul 17, 2023
@Fabio286 Fabio286 added this to TO FIX Jul 17, 2023
@github-project-automation github-project-automation bot moved this to Needs triage in TO FIX Jul 17, 2023
@Fabio286 Fabio286 moved this from Needs triage to High priority in TO FIX Jul 17, 2023
@Fabio286
Copy link
Member Author

Closed with 7c820b1

@github-project-automation github-project-automation bot moved this from High priority to Closed in TO FIX Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working MySQL/MariaDB🐬
Projects
No open projects
Status: Closed
Development

No branches or pull requests

1 participant