From 1f2bd9fea83e6df9c5df66c0ac251f5fb8ddf90b Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 8 Aug 2026 15:21:45 +0000 Subject: [PATCH] chore: advance sqlfluff sha past Snowflake GROUP BY ALL (#4976) ## Summary - SQLFluff #4976 adds `ALL` support to the Snowflake `GroupByClauseSegment`. The equivalent change is already present in sqruff: `crates/lib-dialects/src/snowflake.rs` already lists `Ref::keyword("ALL")` in the `GroupByClauseSegment` `one_of`, and the `group_by_all` SQL + YAML fixtures already exist under `crates/lib-dialects/test/fixtures/dialects/snowflake/sqlfluff/`. - No new code or fixtures are needed; this advances `.sqlfluff-sha` by one first-parent commit to keep the port sequence in order. Ported from SQLFluff a20005a6647dbd7fc4ac228897db5b0d776defa7 https://github.com/sqlfluff/sqlfluff/pull/4976 https://github.com/sqlfluff/sqlfluff/commit/a20005a6647dbd7fc4ac228897db5b0d776defa7 Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01Q6q9rWEpz9E9GcSrApvWzR --- .sqlfluff-sha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sqlfluff-sha b/.sqlfluff-sha index 49858e83a..eb81a74f2 100644 --- a/.sqlfluff-sha +++ b/.sqlfluff-sha @@ -1 +1 @@ -9793de59d54416649c45cb4341d2e2068497a1e2 +a20005a6647dbd7fc4ac228897db5b0d776defa7