We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eabbe7 commit de7c50dCopy full SHA for de7c50d
1 file changed
Orm/Xtensive.Orm.Tests.Framework/Orm.config
@@ -95,7 +95,7 @@
95
<!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file -->
96
<!-- This allows to override it in storage configuration files -->
97
<domain name="firebirdnext"
98
- connectionUrl="sqlserver://localhost/DO-Tests?MultipleActiveResultSets=True" />
+ connectionUrl="firebird://dotest:dotest@localhost:3053/dotest" />
99
100
<domain name="sqlite3"
101
connectionUrl="sqlite:///DO-Tests.db3" />
0 commit comments