From 153a1bb90935ea6d06573f933347ecd5f39655f2 Mon Sep 17 00:00:00 2001 From: Steve Bohlen Date: Tue, 17 Apr 2012 15:00:42 -0400 Subject: [PATCH] SPRNET-1501 support for sqlite 1.0.80 added --- doc/reference/src/dbprovider.xml | 10 +++- .../Spring.Data/Data/Common/dbproviders.xml | 50 ++++++++++++++++++- .../Spring.Data/Spring.Data.2010.csproj | 4 +- 3 files changed, 61 insertions(+), 3 deletions(-) diff --git a/doc/reference/src/dbprovider.xml b/doc/reference/src/dbprovider.xml index 9af10edf..0a0463c8 100644 --- a/doc/reference/src/dbprovider.xml +++ b/doc/reference/src/dbprovider.xml @@ -287,7 +287,15 @@ SQLite-1.0.72 - SQLite provider 1.0.72 for - .NET Framework 2.0 from http://sqlite.phxsoftware.com/ + .NET Framework 2.0 from http://sqlite.phxsoftware.com/ + + + + SQLite-1.0.80 - SQLite provider 1.0.80 for + .NET Framework 2.0 SP2 and higher; from + http://system.data.sqlite.org/. For the + System.Data.SQLite.Linq assembly, .NET Framework + 3.5 SP1 is required. diff --git a/src/Spring/Spring.Data/Data/Common/dbproviders.xml b/src/Spring/Spring.Data/Data/Common/dbproviders.xml index 71b0daec..38db1e91 100644 --- a/src/Spring/Spring.Data/Data/Common/dbproviders.xml +++ b/src/Spring/Spring.Data/Data/Common/dbproviders.xml @@ -1588,8 +1588,56 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + 15 + + + 5,6 + + + + + + + diff --git a/src/Spring/Spring.Data/Spring.Data.2010.csproj b/src/Spring/Spring.Data/Spring.Data.2010.csproj index 7ff2f193..8f47487f 100644 --- a/src/Spring/Spring.Data/Spring.Data.2010.csproj +++ b/src/Spring/Spring.Data/Spring.Data.2010.csproj @@ -299,7 +299,9 @@ - + + Designer +