mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-12-25 17:35:48 +08:00
- 增加 表达式 DateTime - DateTime 和 DateTime - TimeSpan 的解析支持;
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
@@ -14,6 +15,7 @@ namespace FreeSql.Tests.DataContext.SqlServer
|
||||
//.UseConnectionString(FreeSql.DataType.SqlServer, "Data Source=(localdb)\\mssqllocaldb;Integrated Security=True;Initial Catalog=freesqlTest;Pooling=true;Max Pool Size=10")
|
||||
.UseAutoSyncStructure(true)
|
||||
.UseLazyLoading(true)
|
||||
.UseMonitorCommand(t => Trace.WriteLine(t.CommandText))
|
||||
.Build());
|
||||
|
||||
// ... initialize data in the test database ...
|
||||
|
||||
Reference in New Issue
Block a user