From 86ec218b4e78cbfa4619ebf29ad70affdb68338d Mon Sep 17 00:00:00 2001 From: markpollack Date: Mon, 16 May 2011 21:02:54 +0000 Subject: [PATCH] SPRNET-1391 - ExceptionTranslation doesn't work for SQLite --- doc/reference/src/dbprovider.xml | 12 +++ .../Spring.Data/Data/Common/dbproviders.xml | 85 +++++++++++++++++++ .../Data/Config/spring-database-1.3.xsd | 10 +++ 3 files changed, 107 insertions(+) diff --git a/doc/reference/src/dbprovider.xml b/doc/reference/src/dbprovider.xml index 4da86ddd..9af10edf 100644 --- a/doc/reference/src/dbprovider.xml +++ b/doc/reference/src/dbprovider.xml @@ -278,7 +278,19 @@ SQLite-1.0.65 (aliased to System.Data.SQLite) - SQLite provider 1.0.65 for .NET Framework 2.0 + + + SQLite-1.0.65 - SQLite provider 1.0.66 for + .NET Framework 2.0 + + + + SQLite-1.0.72 - SQLite provider 1.0.72 for + .NET Framework 2.0 from http://sqlite.phxsoftware.com/ + + + The default parameter prefix used in SQLite is : and not @, please write your SQL accordingly or define a provider definition diff --git a/src/Spring/Spring.Data/Data/Common/dbproviders.xml b/src/Spring/Spring.Data/Data/Common/dbproviders.xml index 9cc929df..cb8da207 100644 --- a/src/Spring/Spring.Data/Data/Common/dbproviders.xml +++ b/src/Spring/Spring.Data/Data/Common/dbproviders.xml @@ -1420,6 +1420,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + 15 + + + 5,6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + 15 + + + 5,6 + + + + + diff --git a/src/Spring/Spring.Data/Data/Config/spring-database-1.3.xsd b/src/Spring/Spring.Data/Data/Config/spring-database-1.3.xsd index 6e6ffbd5..ed4024b4 100644 --- a/src/Spring/Spring.Data/Data/Config/spring-database-1.3.xsd +++ b/src/Spring/Spring.Data/Data/Config/spring-database-1.3.xsd @@ -247,6 +247,16 @@ SQLite 1.0.65 provider + + + SQLite 1.0.66 provider + + + + + SQLite 1.0.72 provider + + SQLite 1.0.65 provider