Re: Performance improvement proposal. Removal of toLowerCase calls. PR

From: Jeremy Whiting <jwhiting(at)redhat(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Performance improvement proposal. Removal of toLowerCase calls. PR
Date: 2014-02-03 15:42:58
Message-ID: 52EFB902.1000002@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave,
Having merged in your change on master the compilation error is fixed.
The testsuite is passing for the three different jdk specs.

For those interested to know the matching with combinations of case
possible take a look at the test cases covering the proposed behaviour.

https://github.com/whitingjr/pgjdbc/blob/remove-toLowerCase-calls/org/postgresql/test/jdbc2/ColumnSanitiserDisabledTest.java?#L66

Jeremy

On 22/01/14 21:08, Jeremy Whiting wrote:
> Hi Dave,
> It's not tests that fail but compilation errors.
>
> The compile phase output is attached to an email in a new thread I
> started earlier. Subject is "Master branch compile error using 1.5 spec.".
>
> Jeremy
>
> On 22/01/14 19:38, Dave Cramer wrote:
>> Hi Jeremy,
>>
>> I saw the PR. Thanks
>>
>> What tests fail in 1.5 ?
>>
>> Dave Cramer
>>
>> dave.cramer(at)credativ(dot)ca
>> http://www.credativ.ca
>>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jeremy Whiting 2014-02-05 18:03:22 Re: Performance improvement proposal. Removal of toLowerCase calls.
Previous Message Jeremy Whiting 2014-02-03 14:15:11 Re: Master branch compile error using 1.5 spec.