We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4283c7a commit b245646Copy full SHA for b245646
Orm/Xtensive.Orm.Tests.Framework/Orm.config
@@ -66,10 +66,10 @@
66
<domain name="mysql56"
67
connectionUrl="mysql://dotest:dotest@localhost:3356/dotest" />
68
69
- <domain name="firebird25" provider="firebird"
+ <domain name="firebird25"
70
connectionUrl="firebird://dotest:dotest@localhost:3050/dotest" />
71
72
- <domain name="firebird30" provider="firebird"
+ <domain name="firebird30"
73
connectionUrl="firebird://dotest:dotest@localhost:3053/dotest" />
74
75
<domain name="sqlite3"
0 commit comments