Subject | Re: JDBC Conformance Document |
---|---|
Author | Roman Rokytskyy <rrokytskyy@yahoo.co.uk> |
Post date | 2002-12-13T18:37:15Z |
> I'm the writer and maintainer of the JDBC conformance document,Could you fix following:
> not Roman.
>
> I'll review your changes and apply it this night, if there is
> nothing against.
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