> > >Following is the output of svn stat >M java\engine\org\apache\derby\impl\jdbc\EmbedResultSet.java >M java\engine\org\apache\derby\impl\jdbc\EmbedDatabaseMetaData.java >M java\engine\org\apache\derby\impl\jdbc\EmbedResultSet20.java >
Mamta, JSR 169 supports the api's for updateable result sets and my design doc indicates that EmbedResultSet is the ResultSet implementation class for JSR 169. http://issues.apache.org/jira/secure/attachment/18405/derbyJSR169Design.html Thus is it posible that I move the current updateXXX and related methods from EmbedResultSet20 to EmbedResultSet before you submit a new version of your patch? I think this would be better than having them move after they have been implemented by you. Otherwise their history will be spread over two files. I can move these methods very soon and I need to as I'm close to making an experimental JSR 169 verson of Derby. Thanks, Dan.