@ -7,7 +7,7 @@
<AssemblyName>Apewer</AssemblyName>
<PackageId>Apewer</PackageId>
<Title>Apewer</Title>
<Version>6.0.7</Version>
<Version>6.0.8</Version>
</PropertyGroup>
<!-- Info -->
@ -586,7 +586,6 @@ namespace Apewer.Source
{
var cell = TextModifier.Trim(query.Text(i));
if (string.IsNullOrEmpty(cell)) continue;
if (list.Contains(cell)) continue; ;
list.Add(cell);
added++;
}
@ -5,6 +5,9 @@
### 最新提交
### 6.0.8
- Query.SimpleColumn 不再去重,提升性能。
### 6.0.7
- 修正 MySql 使用 List 时的性能问题。