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

group_concat function doesn't work in lower case #1898

Closed
kdabir opened this issue Mar 14, 2024 · 3 comments · Fixed by #1900
Closed

group_concat function doesn't work in lower case #1898

kdabir opened this issue Mar 14, 2024 · 3 comments · Fixed by #1900

Comments

@kdabir
Copy link

kdabir commented Mar 14, 2024

when used as GROUP_CONCAT in query it works but when used group_concat it throws the following:

TypeError: alasql.fn["group_concat"] is not a function. (In 'alasql.fn["group_concat"](g['fieldName'])', 'alasql.fn["group_concat"]' is undefined)

this is not the case with other aggregation functions like count for example.

@vishal6557
Copy link
Contributor

Can you assign to me, @mathiasrw Thanks!

@Dedsec0098
Copy link

Hi I already have experience in fixing these issues. Can you please assign it to me?

@mathiasrw
Copy link
Member

Fix released as part of v4.3.1

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

Successfully merging a pull request may close this issue.

4 participants