Update MySql

This commit is contained in:
sunkaixuan 2018-11-11 13:46:47 +08:00
parent 0f99c6f20a
commit 2c9c7b8a5e

View File

@ -181,7 +181,7 @@ namespace SqlSugar
{
get
{
throw new NotImplementedException();
throw new NotSupportedException();
}
}
@ -189,7 +189,7 @@ namespace SqlSugar
{
get
{
throw new NotImplementedException();
throw new NotSupportedException();
}
}
@ -197,7 +197,7 @@ namespace SqlSugar
{
get
{
throw new NotImplementedException();
throw new NotSupportedException();
}
}
@ -205,7 +205,7 @@ namespace SqlSugar
{
get
{
throw new NotImplementedException();
return "ALTER TABLE {0} COMMENT='{1}';";
}
}
@ -213,7 +213,7 @@ namespace SqlSugar
{
get
{
throw new NotImplementedException();
return "ALTER TABLE {0} COMMENT='';";
}
}
@ -221,7 +221,7 @@ namespace SqlSugar
{
get
{
throw new NotImplementedException();
throw new NotSupportedException();
}
}
#endregion