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

Update builtin functions for mysql #2749

Merged
merged 1 commit into from
Nov 13, 2021
Merged

Conversation

MasterOdin
Copy link
Contributor

Updates the function list for MySQL using the latest version (8.0.27). Some of the added functions were already added as keywords (like CUME_DIST), but given that CURRENT_DATE is both a keyword and builtin function, figured they should be added here in similar fashion.

Documentation pages used:

For the second page, I only added a few of the functions on that page as I wasn't sure if all should be added including the superuser only ones. For reference, there were already a handful of functions that were added (like ASYMMETRIC_* ones), but others had not, so I just went with the new that I personally use from time to time, the gen_* and mask_* functions.

Signed-off-by: Matthew Peveler <matt.peveler@popsql.com>
@alexdima
Copy link
Member

Thank you!

@alexdima alexdima added this to the November 2021 milestone Nov 13, 2021
@alexdima alexdima merged commit 02cec3f into microsoft:main Nov 13, 2021
@MasterOdin MasterOdin deleted the mysql_funcs branch November 13, 2021 18:41
@github-actions github-actions bot locked and limited conversation to collaborators Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants