mpoeschl 2003/08/01 01:24:30
Modified: src/rttest bookstore-schema.xml
Log:
set idMethod="none" for table d to allow testing with defaultIdMethod=native
Revision Changes Path
1.12 +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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bookstore-schema.xml 20 Jun 2003 18:50:01 -0000 1.11
+++ bookstore-schema.xml 1 Aug 2003 08:24:30 -0000 1.12
@@ -183,7 +183,7 @@
</table>
- <table name="d">
+ <table name="d" idMethod="none">
<column name="d_id" required="true"
primaryKey="true" type="INTEGER"/>
<column name="name" required="true" size="255" type="VARCHAR"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]