Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 0f5e809

Browse files
committed
revert back to Sqlite
1 parent c0ea0f6 commit 0f5e809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ServiceStack.OrmLite.Tests/OrmLiteTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected void CreateNewDatabase()
7979
ConnectionString = GetFileConnectionString();
8080
}
8181

82-
public Dialect Dialect = Dialect.MySql;
82+
public Dialect Dialect = Dialect.Sqlite;
8383
protected OrmLiteConnectionFactory DbFactory;
8484

8585
OrmLiteConnectionFactory Init(string connStr, IOrmLiteDialectProvider dialectProvider)

0 commit comments

Comments
 (0)