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.
http://alasql.org
MIT License
6.96k stars 651 forks source link

fix(group_concat): Added fix for group_concat #1898 #1900

Closed vishal6557 closed 3 months ago

vishal6557 commented 3 months ago

Fix #1898 Thank you for the time you are putting into AlaSQL!

vishal6557 commented 3 months ago

@mathiasrw Please review it. Thanks!

mathiasrw commented 3 months ago

Thank you!