We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532b3be commit 9377bcaCopy full SHA for 9377bca
1 file changed
Orm/Xtensive.Orm.Manual/DomainAndSession/DomainAndSessionSample.cs
@@ -46,7 +46,7 @@ public class DomainAndSessionSample : HasConfigurationAccessTest
46
public const string OracleUrl1 = @"oracle://user:password@localhost/MyDatabase";
47
public const string OracleUrl2 = @"oracle://user:password@dbServer:5511/MyDatabase";
48
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";
+ public const string PostrgeSqlUrl2 = @"postgresql://user:password@dbServer/MyDatabase?Pooling=True&MinPoolSize=1&MaxPoolSize=5";
50
public const string InMemoryUrl = @"memory://localhost/MyDatabase";
51
52
#endregion
0 commit comments