wugeer commented on code in PR #1520:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1520#discussion_r1840346218
##########
src/dialect/duckdb.rs:
##########
@@ -66,4 +66,9 @@ impl Dialect for DuckDbDialect {
fn supports_explain_with_utility_options(&self) -> bool {
true
}
+
+ /// See DuckDB
<https://duckdb.org/docs/sql/statements/load_and_install.html#load>
+ fn supports_load_extension(&self) -> bool {
Review Comment:
Previously, the Generic dialect did support this behavior, but I couldn't
find the keyword "load" in ISO/IEC 9075. Therefore, I'm unsure whether we
should continue supporting this behavior in the Generic dialect. @iffyio What
is your opinion on this?
--
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]