Missing JDBC3 methods, was: [jira] Updated: (DERBY-1253) Verify that we don't raise SQLFeatureNotSupportedException for mandatory methods

2006-05-02 Thread Rick Hillegas
Hi Lance, Here's another gap between Derby's JDBC3 implementation and a reasonable interpretation of the spec: Currently, Derby supports CallableStatement methods of the form: getXXX( int paramNumber) and setXXX( int paramNumber, FOO paramValue ) but Derby does not implement the

Re: Missing JDBC3 methods, was: [jira] Updated: (DERBY-1253) Verify that we don't raise SQLFeatureNotSupportedException for mandatory methods

2006-05-02 Thread Lance J. Andersen
Hi Rick, named parameters are optional WRT CallableStatements but they need to throw SQLFeatureNotSupportedException. This is also clarified in the JDBC 4 spec compliance chapter Rick Hillegas wrote: Hi Lance, Here's another gap between Derby's JDBC3 implementation and a reasonable