In order to persist ordinary user statements, we will need to think carefully about every bit of compiled state which was added to executable statements after cloudscape removed support for storing user statements. For instance, I believe that when GRANT/REVOKE was added, there was no need to persist the compiled list of required permissions. I don't see this list being persisted in GenericStorablePreparedStatement.writeExternal().

Regards,
-Rick

Reply via email to