You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Francois Orsini <fr...@gmail.com> on 2005/09/03 01:25:26 UTC

Re: java.sql.Driver.jdbcCompliant()

Sounds good Kathey.

I remember us leaving the embedded driver returning false as quite a few 
methods had not been implemented for the jdbc tests suite to pass without 
any changes back then.

--francois

On 9/2/05, Kathey Marsden <km...@sbcglobal.net> wrote:
> 
> In adding some tests I noticed that the embedded driver returns false
> for jdbcCompliant() in org.apache.derby.jdbc.InternalDriver. The
> client driver returns true for jdbcCompliant()
> 
> I think I'll change embedded to return true since we've been passing the
> CTS JDBC tests.
> Please let me know if you see a problem with this.
> 
> 
> Kathey
> 
> 
> 
> 
>