mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Populating initial tree
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4038902
This commit is contained in:
BIN
lib/sqlite/System.Data.SQLite.DLL
Normal file
BIN
lib/sqlite/System.Data.SQLite.DLL
Normal file
Binary file not shown.
3634
lib/sqlite/System.Data.SQLite.XML
Normal file
3634
lib/sqlite/System.Data.SQLite.XML
Normal file
File diff suppressed because it is too large
Load Diff
1
lib/sqlite/license.txt
Normal file
1
lib/sqlite/license.txt
Normal file
@@ -0,0 +1 @@
|
||||
http://www.sqlite.org/copyright.html
|
||||
BIN
lib/sqlite/test.exe
Normal file
BIN
lib/sqlite/test.exe
Normal file
Binary file not shown.
8
lib/sqlite/test.exe.config
Normal file
8
lib/sqlite/test.exe.config
Normal file
@@ -0,0 +1,8 @@
|
||||
<configuration>
|
||||
<system.data>
|
||||
<DbProviderFactories>
|
||||
<remove invariant="System.Data.SQLite"/>
|
||||
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
||||
</DbProviderFactories>
|
||||
</system.data>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user