You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by ro...@apache.org on 2005/05/16 07:25:39 UTC

svn commit: r170310 - in /incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test: Scripts/MSSQL/ Scripts/MySql/ Scripts/Oracle/ Scripts/PostgreSQL/ bin/Debug/

Author: roberto
Date: Sun May 15 22:25:36 2005
New Revision: 170310

URL: http://svn.apache.org/viewcvs?rev=170310&view=rev
Log:
~Updated C# DataMapper NUnit more-account-records.sql scripts and other cleaning

Modified:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/more-account-records.sql
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/more-account-records.sql
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/more-account-records.sql
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/more-account-records.sql
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_ByteFx.config
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_MySql.config
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_Oracle_OracleClient.config
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_PostgreSQL_Npgsql.config

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/more-account-records.sql
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/more-account-records.sql?rev=170310&r1=170309&r2=170310&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/more-account-records.sql (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/more-account-records.sql Sun May 15 22:25:36 2005
@@ -3,9 +3,9 @@
 
 -- Creating Test Data
 
-INSERT INTO [dbo].[Accounts] VALUES(6,'Jane', 'Calamity', 'Jane.Calamity@somewhere.com');
-INSERT INTO [dbo].[Accounts] VALUES(7,'Lucky', 'Luke', 'Lucky.Luke@somewhere.com');
-INSERT INTO [dbo].[Accounts] VALUES(8,'Ming', 'Li Foo', null);
-INSERT INTO [dbo].[Accounts] VALUES(9,'O''Hara', 'Steve', 'Jack.OHara@somewhere.com');
-INSERT INTO [dbo].[Accounts] VALUES(10,'Robert', 'O''Timmins', null);
+INSERT INTO [dbo].[Accounts] VALUES(6,'Jane', 'Calamity', 'Jane.Calamity@somewhere.com', 'Oui', 200);
+INSERT INTO [dbo].[Accounts] VALUES(7,'Lucky', 'Luke', 'Lucky.Luke@somewhere.com', 'Oui', 200);
+INSERT INTO [dbo].[Accounts] VALUES(8,'Ming', 'Li Foo', null, 'Non', 100);
+INSERT INTO [dbo].[Accounts] VALUES(9,'O''Hara', 'Steve', 'Jack.OHara@somewhere.com', 'Oui', 200);
+INSERT INTO [dbo].[Accounts] VALUES(10,'Robert', 'O''Timmins', null, 'Non', 100);
 

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/more-account-records.sql
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/more-account-records.sql?rev=170310&r1=170309&r2=170310&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/more-account-records.sql (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/more-account-records.sql Sun May 15 22:25:36 2005
@@ -1,7 +1,7 @@
 
-INSERT INTO Accounts VALUES(6,'Jane', 'Calamity', 'Jane.Calamity@somewhere.com');
-INSERT INTO Accounts VALUES(7,'Lucky', 'Luke', 'Lucky.Luke@somewhere.com');
-INSERT INTO Accounts VALUES(8,'Ming', 'Li Foo', null);
-INSERT INTO Accounts VALUES(9,'O''Hara', 'Steve', 'Jack.OHara@somewhere.com');
-INSERT INTO Accounts VALUES(10,'Robert', 'O''Timmins', null);
+INSERT INTO Accounts VALUES(6,'Jane', 'Calamity', 'Jane.Calamity@somewhere.com', 'Oui', 200);
+INSERT INTO Accounts VALUES(7,'Lucky', 'Luke', 'Lucky.Luke@somewhere.com', 'Oui', 200);
+INSERT INTO Accounts VALUES(8,'Ming', 'Li Foo', null, 'Non', 100);
+INSERT INTO Accounts VALUES(9,'O''Hara', 'Steve', 'Jack.OHara@somewhere.com', 'Oui', 200);
+INSERT INTO Accounts VALUES(10,'Robert', 'O''Timmins', null, 'Non', 100);
 

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/more-account-records.sql
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/more-account-records.sql?rev=170310&r1=170309&r2=170310&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/more-account-records.sql (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/more-account-records.sql Sun May 15 22:25:36 2005
@@ -1,6 +1,6 @@
-INSERT INTO Accounts VALUES(6,'Jane', 'Calamity', 'Jane.Calamity@somewhere.com');
-INSERT INTO Accounts VALUES(7,'Lucky', 'Luke', 'Lucky.Luke@somewhere.com');
-INSERT INTO Accounts VALUES(8,'Ming', 'Li Foo', null);
-INSERT INTO Accounts VALUES(9,'O''Hara', 'Steve', 'Jack.OHara@somewhere.com');
-INSERT INTO Accounts VALUES(10,'Robert', 'O''Timmins', null);
+INSERT INTO Accounts VALUES(6,'Jane', 'Calamity', 'Jane.Calamity@somewhere.com', 'Oui', 200);
+INSERT INTO Accounts VALUES(7,'Lucky', 'Luke', 'Lucky.Luke@somewhere.com', 'Oui', 200);
+INSERT INTO Accounts VALUES(8,'Ming', 'Li Foo', null, 'Non', 100);
+INSERT INTO Accounts VALUES(9,'O''Hara', 'Steve', 'Jack.OHara@somewhere.com', 'Oui', 200);
+INSERT INTO Accounts VALUES(10,'Robert', 'O''Timmins', null, 'Non', 100);
 

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/more-account-records.sql
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/more-account-records.sql?rev=170310&r1=170309&r2=170310&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/more-account-records.sql (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/more-account-records.sql Sun May 15 22:25:36 2005
@@ -1,6 +1,6 @@
-INSERT INTO Accounts VALUES(6,'Jane', 'Calamity', 'Jane.Calamity@somewhere.com');
-INSERT INTO Accounts VALUES(7,'Lucky', 'Luke', 'Lucky.Luke@somewhere.com');
-INSERT INTO Accounts VALUES(8,'Ming', 'Li Foo', null);
-INSERT INTO Accounts VALUES(9,'O''Hara', 'Steve', 'Jack.OHara@somewhere.com');
-INSERT INTO Accounts VALUES(10,'Robert', 'O''Timmins', null);
+INSERT INTO Accounts VALUES(6,'Jane', 'Calamity', 'Jane.Calamity@somewhere.com', 'Oui', 200);
+INSERT INTO Accounts VALUES(7,'Lucky', 'Luke', 'Lucky.Luke@somewhere.com', 'Oui', 200);
+INSERT INTO Accounts VALUES(8,'Ming', 'Li Foo', null), 'Non', 100;
+INSERT INTO Accounts VALUES(9,'O''Hara', 'Steve', 'Jack.OHara@somewhere.com', 'Oui', 200);
+INSERT INTO Accounts VALUES(10,'Robert', 'O''Timmins', null, 'Non', 100);
 

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_ByteFx.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_ByteFx.config?rev=170310&r1=170309&r2=170310&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_ByteFx.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_ByteFx.config Sun May 15 22:25:36 2005
@@ -9,10 +9,9 @@
 	<properties resource="../../Database.config"/>
 	<!-- <properties embedded="database.config, IBatisNet.Test"/> -->
 
-	<!-- ==== OracleClient configuration =========	-->
+	<!-- ==== MySql configuration =========	-->
 	<!-- Rem : If used via a DataAccess context, database tag will be ignored -->
 	<database>
-		<!-- Optional ( default ) -->
 		<provider name="ByteFx"/>
 		<dataSource name="IBatisNet" connectionString="Data Source=${datasourceMySql};Database=${database};User Id=${userid};Password=${password}"/>
 	</database>
@@ -39,7 +38,7 @@
 		<sqlMap resource="../../Maps/MySql/ByteFx/ResultClass.xml"/>
 		<sqlMap resource="../../Maps/MySql/ByteFx/Document.xml"/>
 		<!-- Rem : If used as embbeded Resources, use
-		<sqlMap embedded="Account.xml, IBatisNet.Test"/>
+		<sqlMap embedded="Account.xml, IBatisNet.DataMapper.Test"/>
 		-->
 	</sqlMaps>
 </sqlMapConfig>

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_MySql.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_MySql.config?rev=170310&r1=170309&r2=170310&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_MySql.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_MySql.config Sun May 15 22:25:36 2005
@@ -9,10 +9,9 @@
 	<properties resource="../../Database.config"/>
 	<!-- <properties embedded="database.config, IBatisNet.Test"/> -->
 
-	<!-- ==== OracleClient configuration =========	-->
+	<!-- ==== MySql configuration =========	-->
 	<!-- Rem : If used via a DataAccess context, database tag will be ignored -->
 	<database>
-		<!-- Optional ( default ) -->
 		<provider name="MySql"/>
 		<dataSource name="IBatisNet" connectionString="server=${datasourceMySql};user id=${userid}; password=${password}; database=${database}; pooling=false"/>
 	</database>
@@ -39,7 +38,7 @@
 		<sqlMap resource="../../Maps/MySql/MySql/ResultClass.xml"/>
 		<sqlMap resource="../../Maps/MySql/MySql/Document.xml"/>
 		<!-- Rem : If used as embbeded Resources, use
-		<sqlMap embedded="Account.xml, IBatisNet.Test"/>
+		<sqlMap embedded="Account.xml, IBatisNet.DataMapper.Test"/>
 		-->
 	</sqlMaps>
 </sqlMapConfig>

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_Oracle_OracleClient.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_Oracle_OracleClient.config?rev=170310&r1=170309&r2=170310&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_Oracle_OracleClient.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_Oracle_OracleClient.config Sun May 15 22:25:36 2005
@@ -39,7 +39,7 @@
 		<sqlMap resource="../../Maps/Oracle/OracleClient/Document.xml"/>
 		<sqlMap resource="../../Maps/Oracle/OracleClient/ResultClass.xml"/>
 		<!-- Rem : If used as embbeded Resources, use
-		<sqlMap embedded="Account.xml, IBatisNet.Test"/>
+		<sqlMap embedded="Account.xml, IBatisNet.DataMapper.Test"/>
 		-->
 	</sqlMaps>
 </sqlMapConfig>

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_PostgreSQL_Npgsql.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_PostgreSQL_Npgsql.config?rev=170310&r1=170309&r2=170310&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_PostgreSQL_Npgsql.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_PostgreSQL_Npgsql.config Sun May 15 22:25:36 2005
@@ -9,10 +9,9 @@
 	<properties resource="../../Database.config"/>
 	<!-- <properties embedded="database.config, IBatisNet.Test"/> -->
 
-	<!-- ==== OracleClient configuration =========	-->
+	<!-- ==== PostgreSQL configuration =========	-->
 	<!-- Rem : If used via a DataAccess context, database tag will be ignored -->
 	<database>
-		<!-- Optional ( default ) -->
 		<provider name="PostgreSql0.7"/>
 		<!--
 		connectionString=