|
From: Ulf S. <sc...@us...> - 2004-11-05 16:03:15
|
User: schrouf
Date: 04/11/05 08:03:07
Modified: src/etc/conf/default standardjbosscmp-jdbc.xml
Log:
Include <auto-increment-template> for InformixDB
Revision Changes Path
1.87 +2 -1 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.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- standardjbosscmp-jdbc.xml 3 Nov 2004 13:32:16 -0000 1.86
+++ standardjbosscmp-jdbc.xml 5 Nov 2004 16:03:06 -0000 1.87
@@ -9,7 +9,7 @@
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: standardjbosscmp-jdbc.xml,v 1.86 2004/11/03 13:32:16 loubyansky Exp $ -->
+<!-- $Id: standardjbosscmp-jdbc.xml,v 1.87 2004/11/05 16:03:06 schrouf Exp $ -->
<jbosscmp-jdbc>
@@ -2530,6 +2530,7 @@
<row-locking-template>select ?1 from ?2 where ?3 order by ?4 for update</row-locking-template>
<pk-constraint-template>PRIMARY KEY (?2) CONSTRAINT ?1</pk-constraint-template>
<fk-constraint-template>ALTER TABLE ?1 ADD CONSTRAINT FOREIGN KEY (?3) REFERENCES ?4 (?5) CONSTRAINT ?2</fk-constraint-template>
+ <auto-increment-template>?1 serial(1)</auto-increment-template>
<alias-header-prefix>t</alias-header-prefix>
<alias-header-suffix>_</alias-header-suffix>
<alias-max-length>32</alias-max-length>
|