Skip to content

Commit

Permalink
Merge pull request migratordotnet#10 from Schlupp77/master
Browse files Browse the repository at this point in the history
Add reserved words to MySql
  • Loading branch information
jogibear9988 committed Dec 20, 2014
2 parents 4118178 + 6b3d01a commit 8064c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migrator.Providers/Impl/Mysql/MysqlDialect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public MysqlDialect()
RegisterUnsignedCompatible(DbType.Double);
RegisterUnsignedCompatible(DbType.Single);

AddReservedWords("KEY");
AddReservedWords("KEY", "MAXVALUE");
}

public override string QuoteTemplate
Expand Down

0 comments on commit 8064c84

Please sign in to comment.