Skip to content

Commit 868bb6c

Browse files
committed
firebird40 connection settings
1 parent 32e89a8 commit 868bb6c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Orm/Xtensive.Orm.Tests.Framework/Orm.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
<domain name="firebird25" provider="firebird"
8585
connectionString="User=dotest;Password=dotest;Database=dotest;DataSource=localhost;Port=3050;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0" />
8686

87+
<domain name="firebird40" provider="firebird"
88+
connectionString="User=dotest;Password=dotest;Database=dotest;DataSource=localhost;Port=3050;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0" />
89+
8790
<domain name="sqlite3"
8891
connectionUrl="sqlite:///DO-Tests.db3" />
8992

@@ -166,6 +169,9 @@
166169

167170
<domain name="firebird25cs" provider="firebird"
168171
connectionString="User=dotest;Password=dotest;Database=dotest;DataSource=localhost;Port=3050;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0" />
172+
173+
<domain name="firebird40cs" provider="firebird"
174+
connectionString="User=dotest;Password=dotest;Database=dotest;DataSource=localhost;Port=3050;Dialect=3;Charset=UTF8;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0" />
169175

170176
<domain name="sqlite3cs" provider="sqlite"
171177
connectionString="Data Source=DO-Tests.db3" />

0 commit comments

Comments
 (0)