- 修复 Oracle Dbfirst 字段可空的判断 bug;

This commit is contained in:
28810
2019-12-12 17:19:32 +08:00
parent cb074e7f0d
commit 76b613709e
20 changed files with 2630 additions and 234 deletions

View File

@ -62,7 +62,7 @@ namespace FreeSql.Odbc.Dameng
{
internal OdbcDamengConnectionPool _pool;
public string Name { get; set; } = "Oracle OdbcConnection 对象池";
public string Name { get; set; } = "Dameng OdbcConnection 对象池";
public int PoolSize { get; set; } = 100;
public TimeSpan SyncGetTimeout { get; set; } = TimeSpan.FromSeconds(10);
public TimeSpan IdleTimeout { get; set; } = TimeSpan.Zero;