From d9b821e0f10bc8095d6d9c32fffc96894fc98339 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Mon, 1 Jul 2002 06:06:44 +0000 Subject: [PATCH] #100839# float not in switch stmt --- connectivity/source/parse/sqlnode.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index 8a7d9ab4d61d..0e6d04ddd033 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sqlnode.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: fs $ $Date: 2002-04-09 14:39:42 $ + * last change: $Author: oj $ $Date: 2002-07-01 07:06:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -714,6 +714,7 @@ sal_Int16 OSQLParser::buildComparsionRule(OSQLParseNode*& pAppend,OSQLParseNode* case DataType::SMALLINT: case DataType::INTEGER: case DataType::BIGINT: + case DataType::FLOAT: case DataType::REAL: case DataType::DOUBLE: // kill thousand seperators if any @@ -741,6 +742,7 @@ sal_Int16 OSQLParser::buildComparsionRule(OSQLParseNode*& pAppend,OSQLParseNode* { case DataType::DECIMAL: case DataType::NUMERIC: + case DataType::FLOAT: case DataType::REAL: case DataType::DOUBLE: if (inPredicateCheck())