Re: Re: JDBC 2.0 conformance, documentation and todo list

From: Barry Lind <barry(at)xythos(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Re: JDBC 2.0 conformance, documentation and todo list
Date: 2001-08-09 17:37:11
Message-ID: 3B72CA47.7020106@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I would also be willing to bet that most other databases don't support
entry level sql to the letter either (look at how Oracle treats the
empty string (i.e. '') as null). But I bet Oracle claims they support
entry level SQL in their JDBC driver since it is a requirement for J2EE.
I don't see any problem with claiming support for entry level even
though there are a few exceptions.

thanks,
--Barry

Peter Eisentraut wrote:
> Barry Lind writes:
>
>
>>supportsANSI92EntryLevelSQL - Since postgres now does support outer
>>joins, I think the answer here should be yes. I think the general
>>feeling is that if there is a deviation from entry level SQL92 it is a bug.
>>
>
> Outer joins are not required for entry level SQL. Nevertheless,
> PostgreSQL does not and probably will never comply with entry level SQL to
> the letter, so the answer "false" is correct.
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joseph Shraibman 2001-08-10 00:00:43 Re: JDBC Performance
Previous Message Rene Pijlman 2001-08-09 17:00:22 Re: Re: Bug found in the driver