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

Added function stubs for unimplemented JSON functions #326

Merged
merged 11 commits into from
Mar 5, 2021

Conversation

andy-wm-arthur
Copy link
Contributor

@andy-wm-arthur andy-wm-arthur commented Mar 5, 2021

31 unimplemented JSON functions, including two aggregation functions JSON_ARRAYAGG and JSON_OBJECTAGG.

@andy-wm-arthur andy-wm-arthur requested a review from zachmu March 5, 2021 01:25
@andy-wm-arthur andy-wm-arthur marked this pull request as ready for review March 5, 2021 16:52
Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks for doing this

@@ -4622,6 +4623,114 @@ var errorQueries = []QueryErrorTest{
// Query: "SELECT pk1, sum(c1) FROM two_pk GROUP BY 1 having c1 > 10;",
// ExpectedErr: sql.ErrColumnNotFound,
// },
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put these in BrokenQueries instead so they generate a skipped test result

@andy-wm-arthur andy-wm-arthur merged commit 1925b6e into master Mar 5, 2021
@andy-wm-arthur andy-wm-arthur deleted the andy/json-support-spec branch March 5, 2021 18:00
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