From: Ulf S. <sc...@us...> - 2004-11-05 15:58:03
|
User: schrouf Date: 04/11/05 07:57:56 Modified: src/etc/conf/default Tag: Branch_3_2 standardjbosscmp-jdbc.xml Log: Include <auto-increment-template> for InformixDB Revision Changes Path No revision No revision 1.39.2.55 +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.39.2.54 retrieving revision 1.39.2.55 diff -u -r1.39.2.54 -r1.39.2.55 --- standardjbosscmp-jdbc.xml 3 Nov 2004 13:20:48 -0000 1.39.2.54 +++ standardjbosscmp-jdbc.xml 5 Nov 2004 15:57:55 -0000 1.39.2.55 @@ -9,7 +9,7 @@ <!-- --> <!-- ===================================================================== --> -<!-- $Id: standardjbosscmp-jdbc.xml,v 1.39.2.54 2004/11/03 13:20:48 loubyansky Exp $ --> +<!-- $Id: standardjbosscmp-jdbc.xml,v 1.39.2.55 2004/11/05 15:57:55 schrouf Exp $ --> <jbosscmp-jdbc> @@ -2532,6 +2532,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> |