From da0b09a44a7086f82826f4ac95b40ea00a1f5212 Mon Sep 17 00:00:00 2001 From: weiki Date: Mon, 18 Jul 2016 16:03:23 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B5=8B=E8=AF=95GITHUB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" | 1 + 1 file changed, 1 insertion(+) diff --git "a/Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" "b/Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" index 48f6441..b9b957b 100644 --- "a/Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" +++ "b/Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" @@ -1,6 +1,7 @@ 未来版本预告: *)增加.Select(d => new NewClass(){})写法 *)表名增加别名,以支持同一张表可以被INNER JOIN多次 + *)测试分支同步 /*-----------------------------------------------------------------------------------------------*/ 2016-07-06 Dos.ORM(原Hxj.Data)(v1.10.6.5) From 44af3a19335fd03b002f16d47960cbb0de450570 Mon Sep 17 00:00:00 2001 From: weiki Date: Mon, 18 Jul 2016 16:04:41 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" "b/Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" index b9b957b..5dc25e4 100644 --- "a/Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" +++ "b/Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" @@ -1,7 +1,7 @@ 未来版本预告: *)增加.Select(d => new NewClass(){})写法 *)表名增加别名,以支持同一张表可以被INNER JOIN多次 - *)测试分支同步 + /*-----------------------------------------------------------------------------------------------*/ 2016-07-06 Dos.ORM(原Hxj.Data)(v1.10.6.5) From cdf7ce00d24859bb28f59af3d73d8e294561f614 Mon Sep 17 00:00:00 2001 From: scm Date: Wed, 26 Oct 2016 16:27:23 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=90=88=E5=B9=B6=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Db/DbBatch.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Db/DbBatch.cs b/Db/DbBatch.cs index 133f87c..0306464 100644 --- a/Db/DbBatch.cs +++ b/Db/DbBatch.cs @@ -40,7 +40,6 @@ public class DbBatch : IDisposable /// private BatchCommander batchcmd; - /// /// 是否已关闭 ///