tfischer 2005/03/26 09:49:58
Modified: src/rttest bookstore-schema.xml
Log:
changed the IdMethod of the MULTIPK_SELFREF_TABLE to none
This is to make sure that the runtimetest passes for Mysql and
IdMethod=native, because
- Mysql does not like autoincrement of DECIMAL colums
- Mysql does not like to have more than one autoincrement column per table
Revision Changes Path
1.18 +1 -1 db-torque/src/rttest/bookstore-schema.xml
Index: bookstore-schema.xml
===================================================================
RCS file: /home/cvs/db-torque/src/rttest/bookstore-schema.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- bookstore-schema.xml 26 Mar 2005 17:38:39 -0000 1.17
+++ bookstore-schema.xml 26 Mar 2005 17:49:58 -0000 1.18
@@ -233,7 +233,7 @@
/>
</table>
- <table name="MULTIPK_SELF_REFTABLE">
+ <table name="MULTIPK_SELF_REFTABLE" idMethod="none">
<column name="COL1" primaryKey="true" required="true" type="DECIMAL"/>
<column name="COL2" primaryKey="true" required="true" type="DECIMAL"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]