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

Clarence GUO <[email protected]> changed:

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

--- Comment #2 from Clarence GUO <[email protected]> ---
Created attachment 78735
  --> https://issues.apache.org/ooo/attachment.cgi?id=78735&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 will
use case sensitive to compare the string according to the bCaseSensi flag of
rQueryParam(already set to true)

Solution:
Don't convert string. It's redundant because later all comparisons will be
performed according to bCaseSensi flag of rQueryParam

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

Reply via email to