Skip to content

Commit

Permalink
Missed a SQLite directory because it was in my .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
trayburn committed Feb 26, 2011
1 parent 0144d67 commit 40b0515
Show file tree
Hide file tree
Showing 33 changed files with 7,320 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added lib/SQLite-1.0.66.0/bin/Designer/install.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions lib/SQLite-1.0.66.0/bin/Designer/install.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
</configuration>
3,637 changes: 3,637 additions & 0 deletions lib/SQLite-1.0.66.0/bin/ManagedOnly/System.Data.SQLite.XML

Large diffs are not rendered by default.

Binary file not shown.
6 changes: 6 additions & 0 deletions lib/SQLite-1.0.66.0/bin/ManagedOnly/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This managed version of the ADO.NET provider for SQLite requires the native
sqlite3.dll or Linux shared library from http://www.sqlite.org

Requires version 3.6.1 or higher.

The test.exe program is a managed C# application (runs on Mono) used to test the provider's capabilities.
Binary file added lib/SQLite-1.0.66.0/bin/ManagedOnly/test.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions lib/SQLite-1.0.66.0/bin/ManagedOnly/test.exe.config
Original file line number Diff line number Diff line change
@@ -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>
Binary file added lib/SQLite-1.0.66.0/bin/System.Data.SQLite.DLL
Binary file not shown.
Binary file not shown.
3,634 changes: 3,634 additions & 0 deletions lib/SQLite-1.0.66.0/bin/System.Data.SQLite.XML

Large diffs are not rendered by default.

Binary file added lib/SQLite-1.0.66.0/bin/System.Data.SQLite.exp
Binary file not shown.
Binary file added lib/SQLite-1.0.66.0/bin/System.Data.SQLite.lib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added lib/SQLite-1.0.66.0/bin/itanium/test.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions lib/SQLite-1.0.66.0/bin/itanium/test.exe.config
Original file line number Diff line number Diff line change
@@ -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>
Binary file added lib/SQLite-1.0.66.0/bin/linq/northwindEF.db
Binary file not shown.
Binary file added lib/SQLite-1.0.66.0/bin/linq/testlinq.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions lib/SQLite-1.0.66.0/bin/linq/testlinq.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<connectionStrings>
<add name="northwindEntities" connectionString="metadata=res://*/NorthwindModel.csdl|res://*/NorthwindModel.ssdl|res://*/NorthwindModel.msl;provider=System.Data.SQLite;provider connection string=&quot;data source=c:\src\sqlite.net\testlinq\northwind.db&quot;" providerName="System.Data.EntityClient" />
<add name="northwindEntities1" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SQLite;provider connection string=&quot;data source=c:\src\sqlite.net\testlinq\northwind.db&quot;" providerName="System.Data.EntityClient" />
<add name="northwindEFEntities" connectionString="metadata=res://*/NorthwindModel.csdl|res://*/NorthwindModel.ssdl|res://*/NorthwindModel.msl;provider=System.Data.SQLite;provider connection string=&quot;data source=C:\Src\SQLite.NET\testlinq\northwindEF.db&quot;" providerName="System.Data.EntityClient" />
</connectionStrings>
</configuration>
Binary file added lib/SQLite-1.0.66.0/bin/test.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions lib/SQLite-1.0.66.0/bin/test.exe.config
Original file line number Diff line number Diff line change
@@ -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>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added lib/SQLite-1.0.66.0/bin/x64/test.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions lib/SQLite-1.0.66.0/bin/x64/test.exe.config
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 40b0515

Please sign in to comment.