mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
add sqlite database back to database tests
this appears to be okay even though we reuse it between runs without deleting it first. size of the database appears not to be changing though that could be deceptive
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
:VERSION 1
|
||||
:VERSION 1
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
[TestConnections]
|
||||
MySqlConnection="Server=localhost;Port=3306;Database=opensim-nunit;User ID=opensim-nunit;Password=opensim-nunit;"
|
||||
SqlConnection="Server=.\SQL2008;Database=opensim-nunit;Trusted_Connection=True;"
|
||||
SqliteConnection=""
|
||||
SqliteConnection="URI=file:opensim-nunit.db,version=3"
|
||||
Reference in New Issue
Block a user