https://issues.apache.org/ooo/show_bug.cgi?id=119637

Clarence GUO <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78737|                            |review?
              Flags|                            |

--- Comment #3 from Clarence GUO <[email protected]> ---
Created attachment 78737
  --> https://issues.apache.org/ooo/attachment.cgi?id=78737&action=edit
patch

Root Cause:
In method ScTable::CreateExcelQuery, the filter string was converted to
capital, no matter case sensitive or case insensitive. But after that, it uses
case sensitive to compare the strings according to the bCaseSensi flag of
rQueryParam( was set to true )

Solution:
Don't convert string. It's redundant because later it will use bCaseSensi flag
of rQueryParam for string comparison.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to