File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,8 @@ public MySQL57Dialect()
1616
1717 /// <inheritdoc />
1818 public override bool SupportsDateTimeScale => true ;
19+
20+ /// <inheritdoc />
21+ public override bool SupportsRowValueConstructorSyntaxInInList => true ;
1922 }
2023}
Original file line number Diff line number Diff line change @@ -56,5 +56,8 @@ public override CaseFragment CreateCaseFragment()
5656
5757 /// <inheritdoc />
5858 public override bool SupportsDateTimeScale => true ;
59+
60+ /// <inheritdoc />
61+ public override bool SupportsRowValueConstructorSyntaxInInList => true ;
5962 }
6063}
Original file line number Diff line number Diff line change @@ -27,5 +27,8 @@ public override string GetDropSequenceString(string sequenceName)
2727 {
2828 return string . Concat ( "drop sequence if exists " , sequenceName ) ;
2929 }
30+
31+ /// <inheritdoc />
32+ public override bool SupportsRowValueConstructorSyntaxInInList => true ;
3033 }
31- }
34+ }
You can’t perform that action at this time.
0 commit comments