|
From: Scott M S. <st...@us...> - 2004-02-06 01:42:38
|
User: starksm
Date: 04/02/05 17:40:03
Modified: src/etc/conf/default standardjbosscmp-jdbc.xml
Log:
Update the pk-constraint-template and fk-constraint-template for FirstSQL/J
Revision Changes Path
1.72 +3 -3 jboss/src/etc/conf/default/standardjbosscmp-jdbc.xml
Index: standardjbosscmp-jdbc.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/standardjbosscmp-jdbc.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- standardjbosscmp-jdbc.xml 5 Feb 2004 14:39:09 -0000 1.71
+++ standardjbosscmp-jdbc.xml 6 Feb 2004 01:40:02 -0000 1.72
@@ -9,7 +9,7 @@
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: standardjbosscmp-jdbc.xml,v 1.71 2004/02/05 14:39:09 loubyansky Exp $ -->
+<!-- $Id: standardjbosscmp-jdbc.xml,v 1.72 2004/02/06 01:40:02 starksm Exp $ -->
<jbosscmp-jdbc>
@@ -46,8 +46,8 @@
<type-mapping>
<name>FirstSQL/J</name>
<row-locking-template/>
- <pk-constraint-template>PRIMARY KEY (?1)</pk-constraint-template>
- <fk-constraint-template>FOREIGN KEY (?1) REFERENCES ?2 (?3)</fk-constraint-template>
+ <pk-constraint-template>PRIMARY KEY (?2)</pk-constraint-template>
+ <fk-constraint-template>FOREIGN KEY (?3) REFERENCES ?4 (?5)</fk-constraint-template>
<alias-header-prefix>t</alias-header-prefix>
<alias-header-suffix>_</alias-header-suffix>
<alias-max-length>32</alias-max-length>
|