Subject Re: JDBC Conformance Document
Author Roman Rokytskyy <rrokytskyy@yahoo.co.uk>
> I'm the writer and maintainer of the JDBC conformance document,
> not Roman.
>
> I'll review your changes and apply it this night, if there is
> nothing against.

Could you fix following:

Section 4. Compliance tests

- remove "Don't exist in FB" for BINARY (as we agreed BLOB SUB_TYPE 0
is Types.BINARY)
- change "Don't exist in FB" to "Not yet supported" for ARRAY. Arrays
are implemented in FB for a long time, but we not have correct Java
mapping for it.

Section 6 (end of it)

"Interclient uses a protocol in which the character values are
received trimmed, JayBird doesn't." -

Are you 100% sure in this (have you checked)? I remember there was a
discussion about this issue, and we agreed to keep space padding code
on the client, because it might happen that server will send a
trimmed string.

Thanks!
Roman