|
From: Scott M S. <st...@us...> - 2004-02-06 01:42:22
|
User: starksm
Date: 04/02/05 17:39:46
Modified: src/etc/conf/default Tag: Branch_3_2
standardjbosscmp-jdbc.xml
Log:
Update the pk-constraint-template and fk-constraint-template for FirstSQL/J
Revision Changes Path
No revision
No revision
1.39.2.40 +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.39.2.39
retrieving revision 1.39.2.40
diff -u -r1.39.2.39 -r1.39.2.40
--- standardjbosscmp-jdbc.xml 5 Feb 2004 14:38:03 -0000 1.39.2.39
+++ standardjbosscmp-jdbc.xml 6 Feb 2004 01:39:45 -0000 1.39.2.40
@@ -9,7 +9,7 @@
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: standardjbosscmp-jdbc.xml,v 1.39.2.39 2004/02/05 14:38:03 loubyansky Exp $ -->
+<!-- $Id: standardjbosscmp-jdbc.xml,v 1.39.2.40 2004/02/06 01:39:45 starksm Exp $ -->
<jbosscmp-jdbc>
@@ -47,8 +47,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>
|