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
4646 public const string OracleUrl1 = @"oracle://user:password@localhost/MyDatabase" ;
4747 public const string OracleUrl2 = @"oracle://user:password@dbServer:5511/MyDatabase" ;
4848 public const string PostrgeSqlUrl1 = @"postgresql://user:password@127.0.0.1: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" ;
5050 public const string InMemoryUrl = @"memory://localhost/MyDatabase" ;
5151
5252 #endregion
You can’t perform that action at this time.
0 commit comments