Re: JDBC driver compliance

2023-01-02 Thread James Turton

Hi Prabhakar

You can check the JDBC version that a driver supports using the methods 
getMetaData().getJDBCMajorVersion() and 
getMetaData().getJDBCMinorVersion(). Doing this with Drill driver that 
will show you that it supports version 4.1 of the specification. Note 
that parts of the JDBC spec are optional and Drill only supports those 
of them that are relevant for it.


Regards
James

On 1/2/23 08:59, Prabhakar Bhosale wrote:

Dear Team,
Does Apache drill JDBC driver comply with JDBC 4.0 specification?

Regards
Prabhakar





JDBC driver compliance

2023-01-01 Thread Prabhakar Bhosale
Dear Team,
Does Apache drill JDBC driver comply with JDBC 4.0 specification?

Regards
Prabhakar