ramnivas commented on code in PR #1610:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1610#discussion_r1896909521
##########
tests/sqlparser_postgres.rs:
##########
@@ -662,6 +662,22 @@ fn parse_create_extension() {
.verified_stmt("CREATE EXTENSION extension_name WITH SCHEMA
schema_name VERSION version");
}
+#[test]
+fn parse_drop_extension() {
+ pg_and_generic().verified_stmt("DROP EXTENSION extension_name");
Review Comment:
Done, but in a slightly different style (more succinct), and did so for all
scenarios.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]