wugeer commented on code in PR #1531:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1531#discussion_r1848412328


##########
src/dialect/mod.rs:
##########
@@ -638,6 +638,11 @@ pub trait Dialect: Debug + Any {
         false
     }
 
+    /// Returns true if the dialect supports the `UNLISTEN` statement
+    fn supports_unlisten(&self) -> bool {
+        false
+    }

Review Comment:
   @iffyio You make a good point. Currently, there are no dialects that support 
LISTEN but not NOTIFY, so let's go ahead and combine them for now.Have Done!  
:) 
   



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to