Reputation: 234
Is there any test suite available to validate a new JDBC driver implementation ?
Something that would test if an implementation respects the JDBC default standards. Hopefully with some degree of compatibility like with the optional support of ROWID.
I've seen Oracle has such a JDBC API test suite, but I can't seem to find the download link.
Note: I dont need the api test suite exclusively, although this could be a solution, but any other good JDBC impl testing suite would do.
Upvotes: 1
Views: 1725