Tag: cws_src680_kaddrbook User: ebischoff Date: 05/11/28 04:39:15 Modified: /dba/connectivity/source/drivers/kab/ KStatement.cxx
Log: Fixing File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: KStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KStatement.cxx?r1=1.1.2.10&r2=1.1.2.11 Delta lines: +5 -4 ------------------- --- KStatement.cxx 28 Nov 2005 10:59:31 -0000 1.1.2.10 +++ KStatement.cxx 28 Nov 2005 12:39:12 -0000 1.1.2.11 @@ -2,9 +2,9 @@ * * $RCSfile: KStatement.cxx,v $ * - * $Revision: 1.1.2.10 $ + * $Revision: 1.1.2.11 $ * - * last change: $Author: ebischoff $ $Date: 2005/11/28 10:59:31 $ + * last change: $Author: ebischoff $ $Date: 2005/11/28 12:39:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -267,9 +267,10 @@ if (SQL_ISRULE(pColumnRef, column_ref)) { + if (pColumnRef->count() == 3) + pColumnRef = pColumnRef->getChild(2); + if (pColumnRef->count() == 1) - // According to Mozilla driver, case '3' is possible as well, - // although it has not possible to reproduce it so far { ::rtl::OUString sColumnName = pColumnRef->getChild(0)->getTokenValue(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
