mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 12:18:00 +08:00
Update quest db
This commit is contained in:
parent
4fbf4ae1b8
commit
505ec864b6
@ -8,6 +8,7 @@ namespace SqlSugar
|
||||
{
|
||||
public class QuestDBUpdateBuilder : UpdateBuilder
|
||||
{
|
||||
public override string ReSetValueBySqlExpListType { get; set; } = "questdb";
|
||||
protected override string TomultipleSqlString(List<IGrouping<int, DbColumnInfo>> groupList)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
Loading…
Reference in New Issue
Block a user