We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c545e commit 2de82caCopy full SHA for 2de82ca
src/dialect/snowflake.rs
@@ -305,11 +305,6 @@ impl Dialect for SnowflakeDialect {
305
fn supports_timestamp_versioning(&self) -> bool {
306
true
307
}
308
-
309
- /// See: <https://docs.snowflake.com/en/sql-reference/constructs/group-by>
310
- fn supports_group_by_expr(&self) -> bool {
311
- true
312
- }
313
314
315
fn parse_file_staging_command(kw: Keyword, parser: &mut Parser) -> Result<Statement, ParserError> {
0 commit comments