Nirmal Fernando <[email protected]> writes:

> Hi All,
>
> I am having a look at Derby-5042
> (https://issues.apache.org/jira/browse/DERBY-5042).
>
> Just wondering whether current tests cover the updateBoolean() method.
> I had a look at UpdatableResultSetTest.java
> (org.apache.derbyTesting.functionTests.tests.lang) class and found
> that it is still not supporting for "boolean" type.
>
> Is this covered in a different test file? or else isn't the
> UpdatableResultSetTest class should be updated?

Hi Nirmal,

I think you're right that this is the only test we have for
updateBoolean(), and it looks like the right place to test that we
support it for the BOOLEAN data type. Hopefully, it should be enough to
update the tables at the top of the class with rows for BOOLEAN to get
it tested.

-- 
Knut Anders

Reply via email to