Optimization error tips

This commit is contained in:
sunkaixuan 2022-04-09 12:42:29 +08:00
parent 6c2fde8968
commit ccaf62ba87
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ namespace SqlSugar
{
get
{
throw new NotSupportedException();
throw new NotSupportedException(" Sqlite no support default value");
}
}
protected override string IsAnyIndexSql

View File

@ -250,7 +250,7 @@ namespace SqlSugar
}
}
protected override string AddDefaultValueSql => throw new NotSupportedException();
protected override string AddDefaultValueSql => throw new NotSupportedException(" Sqlite no support default value");
#endregion
#region Methods