Subject Re: Possible BUG with long names in Interbase
Author Roman Rokytskyy
Hi,

> > Thanks! I will check this issue.
> >
>
> Thanks a lot Roman!!! Happy 2004!

I created a test case for your bug report, seems to be fixed in 1.5
beta 1.

> I would like to help in driver developing if you think
> it would be helpful. Just tell me if you have
> something in mind in order to start helping.

Thanks for volunteering. Here's some things to check with 1.5 release:

- Multithreading. We have to add more tests for multithreaded access
to connections, statements, result sets in case of type 4 and type 2
(via client library) drivers.

- Our connection pool. It would be great to hear your experience with
the new pool classes.

- Fixing code in ResultSetMetaData implementation (three methods about
write-ability of the columns).

- Support for java.sql.Array, required digging Firebird engine code or
.Net provider code to extract wire protocol code. Not an easy task.

- Implementing support of ResultSet.CONCUR_UPDATABLE
(ResultSet.updateXXX & Co. methods), for me seems to be not an easy task.

If you have any interest in these tasks, pick any of it. Your few
first commits will be done by somebody from the team, after that you
will get write permissions to the CVS.

Thanks!
Roman