Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data/Common
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv3863
Modified Files:
dbproviders.xml
Log Message:
move things around for easier diff w/ java error code file.
Index: dbproviders.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data/Common/dbproviders.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** dbproviders.xml 3 Apr 2008 05:06:35 -0000 1.35
--- dbproviders.xml 3 Apr 2008 05:24:38 -0000 1.36
***************
*** 317,326 ****
<value>54</value>
</property>
- <property name="ErrorCodes.DeadlockLoserCodes">
- <value>60</value>
- </property>
<property name="ErrorCodes.CannotSerializeTransactionCodes">
<value>8177</value>
</property>
</object>
</constructor-arg>
--- 317,326 ----
<value>54</value>
</property>
<property name="ErrorCodes.CannotSerializeTransactionCodes">
<value>8177</value>
</property>
+ <property name="ErrorCodes.DeadlockLoserCodes">
+ <value>60</value>
+ </property>
</object>
</constructor-arg>
|