Skip to content

Commit 229d7db

Browse files
fix rebasing conflicts
1 parent b0df562 commit 229d7db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/dialect/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,11 @@ pub trait Dialect: Debug + Any {
780780
///
781781
/// MySQL: <https://dev.mysql.com/doc/refman/8.4/en/insert.html>
782782
fn supports_insert_set(&self) -> bool {
783-
fn supports_table_function_in_insertion(&self) -> bool {
783+
false
784+
}
785+
784786
/// Does the dialect support table function in insertion?
787+
fn supports_table_function_in_insertion(&self) -> bool {
785788
false
786789
}
787790
}

0 commit comments

Comments
 (0)