File tree 1 file changed +1
-1
lines changed
src/EFCore.MySql/Infrastructure
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ internal MariaDbServerVersionSupport([NotNull] ServerVersion serverVersion)
52
52
public override bool DateTimeCurrentTimestamp => ServerVersion . Version >= new Version ( 10 , 0 , 1 ) ;
53
53
public override bool DateTime6 => ServerVersion . Version >= new Version ( 10 , 1 , 2 ) ;
54
54
public override bool LargerKeyLength => ServerVersion . Version >= new Version ( 10 , 2 , 2 ) ;
55
- public override bool RenameIndex => false ;
55
+ public override bool RenameIndex => ServerVersion . Version >= new Version ( 10 , 5 , 2 ) ;
56
56
public override bool RenameColumn => ServerVersion . Version >= new Version ( 10 , 5 , 2 ) ;
57
57
public override bool WindowFunctions => ServerVersion . Version >= new Version ( 10 , 2 , 0 ) ;
58
58
public override bool FloatCast => false ; // The implemented support drops some decimal places and rounds.
You can’t perform that action at this time.
0 commit comments