AlaSQL / alasql

AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.

Home Page:http://alasql.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

group_concat function doesn't work in lower case

kdabir opened this issue · comments

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.

Can you assign to me, @mathiasrw Thanks!

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

Fix released as part of v4.3.1