Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Db/DbBatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public class DbBatch : IDisposable
/// </summary>
private BatchCommander batchcmd;


/// <summary>
/// 是否已关闭
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions Dos.ORM更新日志.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*)增加.Select(d => new NewClass(){})写法
*)表名增加别名,以支持同一张表可以被INNER JOIN多次


/*-----------------------------------------------------------------------------------------------*/
2016-09-28 Dos.ORM(原Hxj.Data)(v1.10.6.9)
*)修复实体序列化后多了一个 All:null 属性结果的bug。(感谢群友【嘉兴-我是HR】发现此bug。)
Expand Down