You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
@@ -13,36 +14,60 @@ public class FileStreamTests : SqlServerConvertersOrmLiteTestBase
13
14
[Test]
14
15
publicvoidCan_select_from_FileStream()
15
16
{
16
-
using(vardb=OpenDbConnection())
17
+
18
+
ConnectionString="Data Source=localhost;Initial Catalog=test2;User Id=test;Password=test;Connect Timeout=120;MultipleActiveResultSets=True;Type System Version=SQL Server 2012;";
0 commit comments