Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
7phs committed Oct 9, 2024
1 parent 0c3849e commit 3d6118d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dialect/snowflake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ use crate::ast::helpers::stmt_data_loading::{
StageParamsObject,
};
use crate::ast::{
ColumnOption, ColumnPolicy, ColumnPolicyProperty, CommentDef, Ident, Identity, IdentityFormat,
IdentityOrder, IdentityParameters, IdentityProperty, ObjectName, RowAccessPolicy, Statement, Tag,
ColumnOption, ColumnPolicy, ColumnPolicyProperty, Ident, Identity, IdentityFormat,
IdentityOrder, IdentityParameters, IdentityProperty, ObjectName, RowAccessPolicy, Statement,
WrappedCollection,
};
use crate::dialect::{Dialect, Precedence};
Expand Down

0 comments on commit 3d6118d

Please sign in to comment.