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

feat: uuid for MariaDB >= 10.7 #492

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

vukbgit
Copy link

@vukbgit vukbgit commented Nov 2, 2024

added for MariaDB >= 10.7 (see data type doc):

  • uuid string data type
  • uuid() function for uuid type on new/edit item form

@peterpp
Copy link
Contributor

peterpp commented Nov 4, 2024

Thank you for sharing, I merge it into our fork here: https://github.com/pematon/adminer, in case you are interested.

I also:

  • fixed version checking condition because min_version(0, 10.7, $connection) would allow UUID data type also for MySQL
  • change uuid() default value to a function selected in functions list while adding new row.

@vukbgit
Copy link
Author

vukbgit commented Nov 4, 2024

thanks, keep up the great work! I'm gonna try https://github.com/pematon/adminer v5 asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants