phpmyadmin / phpmyadmin/sql-parser
uuid datatype not recognized for MariaDB 10.7+
Open
Nobody has claimed this yet.
enhancement
kind/support
- Dominant language
- PHP
- Stars
- 485
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
Since MariaDB 10.7 a column could have a datatype uuid, but this type is not recognized by the parser:
CREATE TABLE `users` (
`id` uuid NOT NULL PRIMARY
);
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the supplied CREATE TABLE statement through the SQL parser and inspect how datatype tokens are handled. Update recognition for MariaDB 10.7's uuid datatype, then add or run parser coverage confirming the statement is accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, sql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100