Author: gbayon
Date: Tue Jul  4 10:36:01 2006
New Revision: 419052

URL: http://svn.apache.org/viewvc?rev=419052&view=rev
Log:
- Cosmetic change

Modified:
    
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/DynamicAccount.xml
    
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Generics/StatementTest.cs
    
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/DynamicAccount.xml
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/DynamicAccount.xml?rev=419052&r1=419051&r2=419052&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/DynamicAccount.xml
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/DynamicAccount.xml
 Tue Jul  4 10:36:01 2006
@@ -470,10 +470,10 @@
                                        (Account_ID $Operande$ #NumberSearch#)) 
                                </isNotNull>
                                <isEqual prepend="and" property="StartDate" 
compareValue="25/12/2004">
-                                               <![CDATA[Account_FirstName >= 
#StartDate# ]]>
+                                               <![CDATA[Account_FirstName >= 
#Operande# ]]>
                                </isEqual>
                                <isEqual prepend="and" property="StartDateAnd" 
compareValue="true">
-                                               <![CDATA[Account_LastName >= 
#StartDate# ]]>
+                                               <![CDATA[Account_LastName >= 
#Operande# ]]>
                                </isEqual>
                        </dynamic>
 

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Generics/StatementTest.cs
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Generics/StatementTest.cs?rev=419052&r1=419051&r2=419052&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Generics/StatementTest.cs
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Generics/StatementTest.cs
 Tue Jul  4 10:36:01 2006
@@ -490,6 +490,7 @@
         [Test]
         public void TestQueryWithRowDelegate()
         {
+            _index = 0;
             SqlMapper.RowDelegate<Account> handler = new 
SqlMapper.RowDelegate<Account>(this.RowHandler);
 
             IList<Account> list = 
sqlMap.QueryWithRowDelegate<Account>("GetAllAccountsViaResultMap", null, 
handler);

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config?rev=419052&r1=419051&r2=419052&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
 Tue Jul  4 10:36:01 2006
@@ -30,19 +30,19 @@
 
        <iBATIS>
                <logging>
-                       <!--<logFactoryAdapter 
type="IBatisNet.Common.Logging.Impl.ConsoleOutLoggerFA, IBatisNet.Common">
+ <!--                  <logFactoryAdapter 
type="IBatisNet.Common.Logging.Impl.ConsoleOutLoggerFA, IBatisNet.Common">
                                <arg key="showLogName" value="true" />
                                <arg key="showDataTime" value="true" />
                                <arg key="level" value="ALL" />
                                <arg key="dateTimeFormat" value="yyyy/MM/dd 
HH:mm:ss:SSS" />
-                       </logFactoryAdapter>    -->
- <!--
+                       </logFactoryAdapter>    
+
        <logFactoryAdapter type="IBatisNet.Common.Logging.Impl.Log4NetLoggerFA, 
IBatisNet.Common.Logging.Log4Net">
         <arg key="configType" value="inline" />
       </logFactoryAdapter>
--->
-     
+-->     
      <logFactoryAdapter type="IBatisNet.Common.Logging.Impl.NoOpLoggerFA, 
IBatisNet.Common" />
+
       
                </logging>
        </iBATIS>

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config?rev=419052&r1=419051&r2=419052&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config 
(original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config 
Tue Jul  4 10:36:01 2006
@@ -58,24 +58,6 @@
     parameterPrefix="@"
     allowMARS="false"
     />
-  <provider
-     name="sqlServer20005"
-     enabled="false"
-     description="Microsoft SQL Server, provider V2.0.0.0 in framework .NET 
V2.0" 
-     assemblyName="System.Data, Version=2.0.0.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089" 
-     connectionClass="System.Data.SqlClient.SqlConnection" 
-     commandClass="System.Data.SqlClient.SqlCommand"
-     parameterClass="System.Data.SqlClient.SqlParameter"
-     parameterDbTypeClass="System.Data.SqlDbType"
-     parameterDbTypeProperty="SqlDbType"
-     dataAdapterClass="System.Data.SqlClient.SqlDataAdapter"
-     commandBuilderClass=" System.Data.SqlClient.SqlCommandBuilder"
-     usePositionalParameters = "false"
-     useParameterPrefixInSql = "true"
-     useParameterPrefixInParameter = "true" 
-     parameterPrefix="@"
-     allowMARS="true"
-    /> 
 <provider name="OleDb1.1" 
          description="OleDb, provider V1.0.5000.0 in framework .NET V1.1" 
          enabled="true"


Reply via email to