mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-29 10:24:06 +00:00
Add support for mysql 'SHOW CREATE VIEW' statement (#536)
This commit is contained in:
parent
dea7666086
commit
93e16e9864
3 changed files with 5 additions and 0 deletions
|
@ -128,6 +128,7 @@ fn parse_show_create() {
|
|||
ShowCreateObject::Event,
|
||||
ShowCreateObject::Function,
|
||||
ShowCreateObject::Procedure,
|
||||
ShowCreateObject::View,
|
||||
] {
|
||||
assert_eq!(
|
||||
mysql_and_generic().verified_stmt(format!("SHOW CREATE {} myident", obj_type).as_str()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue