This commit is contained in:
28810
2019-01-14 14:15:46 +08:00
parent b92f480cda
commit ec6d482321
16 changed files with 212 additions and 44 deletions

View File

@ -14,11 +14,6 @@ namespace FreeSql.Tests.PostgreSQL {
var t2 = g.pgsql.Ado.SlavePools.Count;
}
[Fact]
public void IsTracePerformance() {
Assert.True(g.pgsql.Ado.IsTracePerformance);
}
[Fact]
public void ExecuteReader() {