File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Orm/Xtensive.Orm.Manual/DomainAndSession Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public class DomainAndSessionSample : HasConfigurationAccessTest
46
46
public const string OracleUrl1 = @"oracle://user:password@localhost/MyDatabase" ;
47
47
public const string OracleUrl2 = @"oracle://user:password@dbServer:5511/MyDatabase" ;
48
48
public const string PostrgeSqlUrl1 = @"postgresql://user:[email protected] :8032/MyDatabase?Encoding=Unicode" ;
49
- public const string PostrgeSqlUrl2 = @"postgresql://user:password@dbServer/MyDatabase?Pooling=on &MinPoolSize=1&MaxPoolSize=5" ;
49
+ public const string PostrgeSqlUrl2 = @"postgresql://user:password@dbServer/MyDatabase?Pooling=True &MinPoolSize=1&MaxPoolSize=5" ;
50
50
public const string InMemoryUrl = @"memory://localhost/MyDatabase" ;
51
51
52
52
#endregion
You can’t perform that action at this time.
0 commit comments