[ https://forge.continuent.org/jira/browse/SEQUOIA-1133?page=all ] Emmanuel Cecchet closed SEQUOIA-1133: -------------------------------------
Tested successfully with Derby > Dump information update fails with some data types > -------------------------------------------------- > > Key: SEQUOIA-1133 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-1133 > Project: Sequoia > Type: Bug > Components: Recovery Log > Versions: sequoia 2.10.10 > Reporter: Emmanuel Cecchet > Assignee: Emmanuel Cecchet > Fix For: Sequoia 4.0 > > > The problem showed up with a Derby recovery log using the CLOB type for the > dump name. > The RecoveryLog.updateDumpTableColumn(...) method uses 'dumpName=?' to find > the row to update. This fails with a CLOB data type with Derby, however > replacing it with 'dumpName LIKE ?' works and is more portable across > databases. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
