INTEGRATION: CWS toolkit01 (1.3.36); FILE MERGED

2005/02/25 11:57:50 bc 1.3.36.2: RESYNC: (1.3-1.5); FILE MERGED
2005/02/23 17:38:36 bc 1.3.36.1: ##several changes in Webwizard
This commit is contained in:
Vladimir Glazounov
2005-03-08 14:35:58 +00:00
parent fbea7a49b7
commit 04fbee62ec

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: RecordParser.java,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: vg $ $Date: 2005-02-21 13:53:57 $
* last change: $Author: vg $ $Date: 2005-03-08 15:35:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,7 +149,6 @@ public class RecordParser extends QueryMetaData {
Object oAny = Any.VOID;
switch (iType) {
case DataType.BIT : // == -7;
case DataType.BOOLEAN : // == 16;
oAny = getColumnDoubleValue(ColIndex, false);
break;