We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0df562 commit 229d7dbCopy full SHA for 229d7db
src/dialect/mod.rs
@@ -780,8 +780,11 @@ pub trait Dialect: Debug + Any {
780
///
781
/// MySQL: <https://dev.mysql.com/doc/refman/8.4/en/insert.html>
782
fn supports_insert_set(&self) -> bool {
783
- fn supports_table_function_in_insertion(&self) -> bool {
+ false
784
+ }
785
+
786
/// Does the dialect support table function in insertion?
787
+ fn supports_table_function_in_insertion(&self) -> bool {
788
false
789
}
790
0 commit comments