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

UUID generation option not showing up on UUID fields #424

Closed
Occhioverde opened this issue Aug 22, 2022 · 2 comments
Closed

UUID generation option not showing up on UUID fields #424

Occhioverde opened this issue Aug 22, 2022 · 2 comments
Assignees
Labels
enhancement 🚀 New feature or request

Comments

@Occhioverde
Copy link

Describe the bug
The Random > UUID automatic generation option isn't showing up when valorizing fields of UUID type (on Postgres) or of Binary(16) type (on MariaDB).

To Reproduce
Steps to reproduce the behavior:

  1. If on Postgres, create a table with a field of UUID type; if on MariaDB, create a table with a field of Binary(16) type
  2. Open the table and click on "Insert rows"
  3. See the dropdown next to the input field displaying the "Manual value" option only.

Expected behavior
The dropdown should display the Random > UUID option too.

Application (please complete the following information):

  • App client: PostgreSQL / MariaDB
  • App version: 0.5.15
  • Installation source: AUR

Environment (please complete the following information):

  • OS name: Manjaro
  • OS version: 21.3.7
  • DB name: PostgreSQL 14.4 / MariaDB 10.7.3
@Fabio286 Fabio286 added the enhancement 🚀 New feature or request label Aug 22, 2022
@Fabio286
Copy link
Member

Hi Riccardo,

I just implemented the PostgreSQL UUID. As far as MariaDB support is concerned, it is different and I need to do some refactors and improve the modification of binary fields, so it is something I will implement in the future.

@Occhioverde
Copy link
Author

Thank you very much, Fabio.

As far as MariaDB support is concerned, it is different and I need to do some refactors and improve the modification of binary fields, so it is something I will implement in the future.

No problem. PostgreSQL's UUID was (at least for my use) the most urgent one. MariaDB's one, while it would be an useful addition, can wait.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants