We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b9bbe commit 83877acCopy full SHA for 83877ac
1 file changed
src/parser/mod.rs
@@ -7282,7 +7282,7 @@ impl<'a> Parser<'a> {
7282
GeneratedAs::ExpStored,
7283
Some(GeneratedExpressionMode::Stored),
7284
))
7285
- } else if dialect_of!(self is PostgreSqlDialect | ArroyoDialect) {
+ } else if dialect_of!(self is PostgreSqlDialect) {
7286
// Postgres' AS IDENTITY branches are above, this one needs STORED
7287
self.expected("STORED", self.peek_token())
7288
} else if self.parse_keywords(&[Keyword::VIRTUAL]) {
0 commit comments