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


##########
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:
   I'm thinking rather the other way around, i.e. is there a dialect that would 
support listen but not notify? If that's not a thing that can exist then it 
would make sense to have the feature itself be a dialect flag



-- 
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]

Reply via email to