Skip to content

Commit 940087f

Browse files
yoavcloudDenys Tsomenko
authored andcommitted
Add the alter table ON COMMIT option to Snowflake (apache#1606)
1 parent b1e3815 commit 940087f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ast/dml.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ use sqlparser_derive::{Visit, VisitMut};
3232
pub use super::ddl::{ColumnDef, TableConstraint};
3333

3434
use super::{
35-
display_comma_separated, display_separated, query::InputFormatClause, Assignment, ClusteredBy,
35+
display_comma_separated, display_separated, ClusteredBy,
3636
CommentDef, Expr, FileFormat, FromTable, HiveDistributionStyle, HiveFormat, HiveIOFormat,
3737
HiveRowFormat, Ident, InsertAliases, MysqlInsertPriority, ObjectName, OnCommit, OnInsert,
38-
OneOrManyWithParens, OrderByExpr, Query, RowAccessPolicy, SelectItem, Setting, SqlOption,
39-
SqliteOnConflict, StorageSerializationPolicy, TableEngine, TableObject, TableWithJoins, Tag,
38+
OneOrManyWithParens, OrderByExpr, Query, RowAccessPolicy, SelectItem, SqlOption,
39+
SqliteOnConflict, StorageSerializationPolicy, TableEngine, TableWithJoins, Tag,
4040
WrappedCollection,
4141
};
4242

0 commit comments

Comments
 (0)