INTEGRATION: CWS dba24d (1.7.20); FILE MERGED
2007/11/06 10:58:54 oj 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED 2007/11/01 12:22:39 oj 1.7.20.1: #i81262# correct for loop
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: TypeInspector.java,v $
|
* $RCSfile: TypeInspector.java,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.8 $
|
* $Revision: 1.9 $
|
||||||
*
|
*
|
||||||
* last change: $Author: hr $ $Date: 2007-11-02 11:26:45 $
|
* last change: $Author: rt $ $Date: 2008-01-30 09:33:19 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -381,6 +381,7 @@ public class TypeInspector{
|
|||||||
if (!bleaveloop){
|
if (!bleaveloop){
|
||||||
if (this.bisAutoIncrementableInfos[i] )
|
if (this.bisAutoIncrementableInfos[i] )
|
||||||
return new TypeInfo(nDataType, this.sDataTypeNames[i], true);
|
return new TypeInfo(nDataType, this.sDataTypeNames[i], true);
|
||||||
|
startindex = i+1;
|
||||||
}
|
}
|
||||||
startindex = i+1;
|
startindex = i+1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user