Skip to content

Conversation

@llali
Copy link
Member

@llali llali commented Sep 15, 2025

Description

Fixing a bug parsing TSQL:
SELECT TOP(5) c.object_id, JSON_OBJECTAGG(c.name:c.column_id) AS columns
FROM sys.columns AS c
GROUP BY c.object_id;

In addition, go through the checklist below and check each item as you validate it is either handled or not applicable to this change.

Code Changes

@llali llali merged commit 092a97c into main Sep 16, 2025
11 of 12 checks passed
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.

3 participants