We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87ec1b8 + de7c50d commit 9864cc6Copy full SHA for 9864cc6
1 file changed
Orm/Xtensive.Orm.Tests.Framework/Orm.config
@@ -119,7 +119,7 @@
119
<!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file -->
120
<!-- This allows to override it in storage configuration files -->
121
<domain name="firebirdnext"
122
- connectionUrl="sqlserver://localhost/DO-Tests?MultipleActiveResultSets=True" />
+ connectionUrl="firebird://dotest:dotest@localhost:3053/dotest" />
123
124
<domain name="sqlite3"
125
connectionUrl="sqlite:///DO-Tests.db3" />
0 commit comments