|
From: Alexey L. <lou...@us...> - 2004-02-05 14:40:39
|
User: loubyansky
Date: 04/02/05 06:38:04
Modified: src/etc/conf/default Tag: Branch_3_2
standardjbosscmp-jdbc.xml
Log:
fixed [ 891036 ] Sybase type-mapping alias-max-length too high
Revision Changes Path
No revision
No revision
1.39.2.39 +2 -2 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.38
retrieving revision 1.39.2.39
diff -u -r1.39.2.38 -r1.39.2.39
--- standardjbosscmp-jdbc.xml 12 Jan 2004 15:37:30 -0000 1.39.2.38
+++ standardjbosscmp-jdbc.xml 5 Feb 2004 14:38:03 -0000 1.39.2.39
@@ -9,7 +9,7 @@
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: standardjbosscmp-jdbc.xml,v 1.39.2.38 2004/01/12 15:37:30 pilhuhn Exp $ -->
+<!-- $Id: standardjbosscmp-jdbc.xml,v 1.39.2.39 2004/02/05 14:38:03 loubyansky Exp $ -->
<jbosscmp-jdbc>
@@ -1076,7 +1076,7 @@
<fk-constraint-template>ALTER TABLE ?1 ADD CONSTRAINT ?2 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>
+ <alias-max-length>30</alias-max-length>
<subquery-supported>true</subquery-supported>
<true-mapping>1</true-mapping>
<false-mapping>0</false-mapping>
|