From 31809e163479038297781486e322af182cd1acb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?javier=20ram=C3=ADrez?= Date: Fri, 27 Feb 2026 18:13:32 +0100 Subject: [PATCH] Add 'ordinality' and 'unnest' keywords These are for the Unnest feature, still under review --- src/grammar/keywords.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/grammar/keywords.ts b/src/grammar/keywords.ts index bfe2e3a..509f128 100644 --- a/src/grammar/keywords.ts +++ b/src/grammar/keywords.ts @@ -120,6 +120,7 @@ export const keywords: string[] = [ "option", "or", "order", + "ordinality", "others", "outer", "over", @@ -186,6 +187,7 @@ export const keywords: string[] = [ "unbounded", "union", "unlock", + "unnest", "unpivot", "update", "upsert",