mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Optimization error tips
This commit is contained in:
parent
6c2fde8968
commit
ccaf62ba87
@ -204,7 +204,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
throw new NotSupportedException();
|
||||
throw new NotSupportedException(" Sqlite no support default value");
|
||||
}
|
||||
}
|
||||
protected override string IsAnyIndexSql
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user