Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data/Config
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv29595
Modified Files:
spring-database-1.1.xsd
Log Message:
SPRNET-744 - update assembly version numbers to current builds in dbproviders.xml
Index: spring-database-1.1.xsd
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data/Config/spring-database-1.1.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spring-database-1.1.xsd 7 Aug 2007 22:05:32 -0000 1.1
--- spring-database-1.1.xsd 4 Dec 2007 18:19:37 -0000 1.2
***************
*** 52,55 ****
--- 52,91 ----
<xs:simpleType id="buildinProvider">
<xs:restriction base="xs:string">
+ <xs:enumeration value="System.Data.SqlClient">
+ <xs:annotation>
+ <xs:documentation>Microsoft SQL Server, provider V2.0.0.0 in framework .NET V2.0</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
+ <xs:enumeration value="System.Data.SqlServerCe">
+ <xs:annotation>
+ <xs:documentation>Microsoft SQL Server Compact Edition, provider V9.0.242.0</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
+ <xs:enumeration value="System.Data.OleDb">
+ <xs:annotation>
+ <xs:documentation>OleDb, provider V2.0.0.0 in framework .NET V2.0</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
+ <xs:enumeration value="System.Data.OracleClient">
+ <xs:annotation>
+ <xs:documentation>Oracle, Oracle provider V2.102.2.20</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
+ <xs:enumeration value="Oracle.DataAccess.Client">
+ <xs:annotation>
+ <xs:documentation>Oracle, Oracle provider V2.102.2.20</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
+ <xs:enumeration value="MySql.Data.MySqlClient">
+ <xs:annotation>
+ <xs:documentation>MySQL provider 5.1.4.0</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
+ <xs:enumeration value="System.Data.SQLite">
+ <xs:annotation>
+ <xs:documentation>SQLite 1.0.47 provider</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
+
<xs:enumeration value="SqlServer-1.1">
<xs:annotation>
***************
*** 92,95 ****
--- 128,156 ----
</xs:annotation>
</xs:enumeration>
+ <xs:enumeration value="MySql-1.0.9">
+ <xs:annotation>
+ <xs:documentation>MySQL provider 1.0.9.0</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
+ <xs:enumeration value="MySql-5.0">
+ <xs:annotation>
+ <xs:documentation>MySQL provider 5.0.7.0</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
+ <xs:enumeration value="MySql-5.0.8.1">
+ <xs:annotation>
+ <xs:documentation>MySQL provider 5.0.8.1</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
+ <xs:enumeration value="MySql-5.1">
+ <xs:annotation>
+ <xs:documentation>MySQL provider 5.1.2.2</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
+ <xs:enumeration value="MySql-5.1.4">
+ <xs:annotation>
+ <xs:documentation>MySQL provider 5.1.4.0</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
<xs:enumeration value="Npgsql-1.0">
<xs:annotation>
***************
*** 97,100 ****
--- 158,166 ----
</xs:annotation>
</xs:enumeration>
+ <xs:enumeration value="Npgsql-2.0-beta1">
+ <xs:annotation>
+ <xs:documentation>Npgsql provider beta-1 1.98.1.0</xs:documentation>
+ </xs:annotation>
+ </xs:enumeration>
<xs:enumeration value="DB2-9.0.0-1.1">
<xs:annotation>
***************
*** 122,133 ****
</xs:annotation>
</xs:enumeration>
! <xs:enumeration value="System.Data.SQLite">
<xs:annotation>
<xs:documentation>SQLite 1.0.44 provider</xs:documentation>
</xs:annotation>
</xs:enumeration>
! <xs:enumeration value="SQLite-1.0.43">
<xs:annotation>
! <xs:documentation>SQLite 1.0.43 provider</xs:documentation>
</xs:annotation>
</xs:enumeration>
--- 188,219 ----
</xs:annotation>
</xs:enumeration>
! <xs:enumeration value="SQLite-1.0.43">
! <xs:annotation>
! <xs:documentation>SQLite 1.0.43 provider</xs:documentation>
! </xs:annotation>
! </xs:enumeration>
! <xs:enumeration value="SQLite-1.0.44">
<xs:annotation>
<xs:documentation>SQLite 1.0.44 provider</xs:documentation>
</xs:annotation>
</xs:enumeration>
! <xs:enumeration value="SybaseAse-12">
<xs:annotation>
! <xs:documentation>Sybase ASE 12.5, 1.1.411 provider</xs:documentation>
! </xs:annotation>
! </xs:enumeration>
! <xs:enumeration value="SybaseAse-15">
! <xs:annotation>
! <xs:documentation>Sybase ASE 15, 1.15.152 provider</xs:documentation>
! </xs:annotation>
! </xs:enumeration>
! <xs:enumeration value="Odbc-1.1">
! <xs:annotation>
! <xs:documentation>Microsoft ODBC, provider V1.0.5000.0 in framework .NET V1.1</xs:documentation>
! </xs:annotation>
! </xs:enumeration>
! <xs:enumeration value="Odbc-2.0">
! <xs:annotation>
! <xs:documentation>Microsoft ODBC, provider V2.0.0.0 in framework .NET V2</xs:documentation>
</xs:annotation>
</xs:enumeration>
|