[ http://issues.apache.org/jira/browse/DERBY-1180?page=all ]
Rick Hillegas updated DERBY-1180:
---------------------------------
Attachment: bug1180_embeddedStarter.diff
I've attached a preliminary bit of work: bug1180_embeddedStarter.diff. This
adds vacuous implementations for some of the missing embedded methods. Most of
these are implementations of the Wrapper interface and they follow the new
signatures for those methods which appeared in mustang build 78. Contents of
this starter kit are:
M java\engine\org\apache\derby\impl\jdbc\EmbedDatabaseMetaData40.java
M java\engine\org\apache\derby\impl\jdbc\EmbedClob.java
M java\engine\org\apache\derby\impl\jdbc\EmbedCallableStatement40.java
M java\engine\org\apache\derby\impl\jdbc\EmbedPreparedStatement40.java
M java\engine\org\apache\derby\impl\jdbc\EmbedConnection40.java
M java\engine\org\apache\derby\impl\jdbc\EmbedResultSet40.java
M java\engine\org\apache\derby\jdbc\EmbeddedDataSource40.java
> Add vacuous implementations of missing JDBC4 methods
> ----------------------------------------------------
>
> Key: DERBY-1180
> URL: http://issues.apache.org/jira/browse/DERBY-1180
> Project: Derby
> Type: New Feature
> Components: JDBC
> Versions: 10.2.0.0
> Reporter: Rick Hillegas
> Attachments: bug1180_embeddedStarter.diff
>
> If you run the VerifySignatures test, you will see a lot of JDBC4 methods
> which don't appear in our implementation yet. We need to add vacuous
> implementations for these methods which raise
> SQLFeatureNotSupportedExceptions. Most of these methods won't need any more
> attention because they refer to features (like xml and national strings)
> which we don't support. We will open additional JIRAs for the methods which
> need non-vacuous implementations.
--
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