Skip to content

Commit

Permalink
update: 添加视图对union的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
hanchuanchuan committed Jun 11, 2021
1 parent 1183347 commit 5223276
Show file tree
Hide file tree
Showing 5 changed files with 3,250 additions and 3,193 deletions.
2 changes: 1 addition & 1 deletion ast/ddl.go
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ func (n *CreateViewStmt) Accept(v Visitor) (Node, bool) {
if !ok {
return n, false
}
n.Select = selnode.(*SelectStmt)
n.Select = selnode.(StmtNode)
return v.Leave(n)
}

Expand Down
Loading

0 comments on commit 5223276

Please sign in to comment.