Hi, Currently I'm doing some programming analysis work on derby.
And I found that in the function "EmbedResultSet.close()", we should add the
follow snippet after the statement "currentRow =null". In order to make the
function complete.
Snippet:
if (columnGotUpdated != null && currentRowHasBeenUpdated) {
initializeUpdateRowModifiers();
}
Am I right? Wish you reply, thank you very much!
Regards, yiqing
