From 55921bc66da165b43405c6905efe38931d924dca Mon Sep 17 00:00:00 2001 From: Elivo Date: Tue, 22 Sep 2020 21:53:24 +0800 Subject: [PATCH] =?UTF-8?q?Apewer-6.0.8=EF=BC=9ASimpleColumn=20=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E5=8E=BB=E9=87=8D=EF=BC=8C=E6=8F=90=E5=8D=87=E6=80=A7?= =?UTF-8?q?=E8=83=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apewer/Apewer.csproj | 2 +- Apewer/Source/Query.cs | 1 - Apewer/_ChangeLog.md | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Apewer/Apewer.csproj b/Apewer/Apewer.csproj index 671b731..9bedd6f 100644 --- a/Apewer/Apewer.csproj +++ b/Apewer/Apewer.csproj @@ -7,7 +7,7 @@ Apewer Apewer Apewer - 6.0.7 + 6.0.8 diff --git a/Apewer/Source/Query.cs b/Apewer/Source/Query.cs index b36ed48..6f1951e 100644 --- a/Apewer/Source/Query.cs +++ b/Apewer/Source/Query.cs @@ -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++; } diff --git a/Apewer/_ChangeLog.md b/Apewer/_ChangeLog.md index 27b46d9..f7647f0 100644 --- a/Apewer/_ChangeLog.md +++ b/Apewer/_ChangeLog.md @@ -5,6 +5,9 @@ ### 最新提交 +### 6.0.8 +- Query.SimpleColumn 不再去重,提升性能。 + ### 6.0.7 - 修正 MySql 使用 List 时的性能问题。