Skip to content

Commit

Permalink
fix: enable CompositeIn for MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
calorie committed May 18, 2023
1 parent d2e0ef0 commit 9f377b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dialect/mysqldialect/dialect.go
Expand Up @@ -45,7 +45,8 @@ func New() *Dialect {
feature.TableNotExists |
feature.InsertIgnore |
feature.InsertOnDuplicateKey |
feature.SelectExists
feature.SelectExists |
feature.CompositeIn
return d
}

Expand Down

0 comments on commit 9f377b5

Please sign in to comment.