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 "Daniel John Debrunner (JIRA)" <de...@db.apache.org> on 2006/04/26 22:36:04 UTC

[jira] Commented: (DERBY-1253) Verify that we don't raise SQLFeatureNotSupportedException for mandatory methods

    [ http://issues.apache.org/jira/browse/DERBY-1253?page=comments#action_12376549 ] 

Daniel John Debrunner commented on DERBY-1253:
----------------------------------------------

Is this mandatory/optional method scheme discussed in the JDBC 4.0 spec? In my latest copy of the spec and java doc I cannot find any reference to it. I do see the concept of "Required Interface" but that says any unimplemented methods can throw SQLFeatureNotSupportedException.

> Verify that we don't raise SQLFeatureNotSupportedException for mandatory methods
> --------------------------------------------------------------------------------
>
>          Key: DERBY-1253
>          URL: http://issues.apache.org/jira/browse/DERBY-1253
>      Project: Derby
>         Type: Improvement

>   Components: JDBC
>     Versions: 10.2.0.0
>     Reporter: Rick Hillegas
>     Assignee: Dyre Tjeldvoll
>      Fix For: 10.2.0.0
>  Attachments: bug1253_verifier.diff
>
> The jdk16 javadoc marks optional methods as being able to raise SQLFeatureNotSupportedException. Make sure that we don't raise this exception for mandatory methods--unless we clearly understand why we have chosen to deviate from the JDBC spec.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Commented: (DERBY-1253) Verify that we don't raise SQLFeatureNotSupportedException for mandatory methods

Posted by "Lance J. Andersen" <La...@Sun.COM>.

Daniel John Debrunner (JIRA) wrote:
>     [ http://issues.apache.org/jira/browse/DERBY-1253?page=comments#action_12376549 ] 
>
> Daniel John Debrunner commented on DERBY-1253:
> ----------------------------------------------
>
> Is this mandatory/optional method scheme discussed in the JDBC 4.0 spec?
oh this is in the compliance chapter and the compliance chapter and the 
javadocs have been updated to reflect what is mandatory and what is 
optional.

makes it easier for everyone as it was a bit of a guessing game before...
>  In my latest copy of the spec and java doc I cannot find any reference to it. I do see the concept of "Required Interface" but that says any unimplemented methods can throw SQLFeatureNotSupportedException.
>
>   
>> Verify that we don't raise SQLFeatureNotSupportedException for mandatory methods
>> --------------------------------------------------------------------------------
>>
>>          Key: DERBY-1253
>>          URL: http://issues.apache.org/jira/browse/DERBY-1253
>>      Project: Derby
>>         Type: Improvement
>>     
>
>   
>>   Components: JDBC
>>     Versions: 10.2.0.0
>>     Reporter: Rick Hillegas
>>     Assignee: Dyre Tjeldvoll
>>      Fix For: 10.2.0.0
>>  Attachments: bug1253_verifier.diff
>>
>> The jdk16 javadoc marks optional methods as being able to raise SQLFeatureNotSupportedException. Make sure that we don't raise this exception for mandatory methods--unless we clearly understand why we have chosen to deviate from the JDBC spec.
>>     
>
>   

Re: [jira] Commented: (DERBY-1253) Verify that we don't raise SQLFeatureNotSupportedException for mandatory methods

Posted by "Lance J. Andersen" <La...@Sun.COM>.
This is required.

Daniel John Debrunner (JIRA) wrote:
>     [ http://issues.apache.org/jira/browse/DERBY-1253?page=comments#action_12376549 ] 
>
> Daniel John Debrunner commented on DERBY-1253:
> ----------------------------------------------
>
> Is this mandatory/optional method scheme discussed in the JDBC 4.0 spec? In my latest copy of the spec and java doc I cannot find any reference to it. I do see the concept of "Required Interface" but that says any unimplemented methods can throw SQLFeatureNotSupportedException.
>
>   
>> Verify that we don't raise SQLFeatureNotSupportedException for mandatory methods
>> --------------------------------------------------------------------------------
>>
>>          Key: DERBY-1253
>>          URL: http://issues.apache.org/jira/browse/DERBY-1253
>>      Project: Derby
>>         Type: Improvement
>>     
>
>   
>>   Components: JDBC
>>     Versions: 10.2.0.0
>>     Reporter: Rick Hillegas
>>     Assignee: Dyre Tjeldvoll
>>      Fix For: 10.2.0.0
>>  Attachments: bug1253_verifier.diff
>>
>> The jdk16 javadoc marks optional methods as being able to raise SQLFeatureNotSupportedException. Make sure that we don't raise this exception for mandatory methods--unless we clearly understand why we have chosen to deviate from the JDBC spec.
>>     
>
>