Hi, Kathey. Nobody has tested this patch. I think it's ready to go,
but the last patch I did with a full derbyall that then resulted in a
bunch of failures for Dan indicates we really need somebody else to
review and test it. So far no volunteers.
David
Kathey Marsden wrote:
David Van Couvering (JIRA) wrote:
[ http://issues.apache.org/jira/browse/DERBY-243?page=all ]
David Van Couvering updated DERBY-243:
--------------------------------------
Attachment: DERBY-243.diff
Good catch by Kathey. I added some SQL to lang/miscerrors.sql to print out all
the rows
from the error log using the ErrorLogReader VTI, and it printed out the new ID
fine,
except that it was truncated because the column length for the id was 15 when
it needs
to be 36 for a UUID.
I am attaching an updated patch that resolves this issue.
I modified the ErrorLogReader VTI to set the length to 36, and the data printed
out
fine. I also include the change to miscerrors.sql so that we are excercising
this
VTI in our regression tests.
David,
Could you tell me the status of this patch? Were you able to find
someone to review and test it out?
Is the patch in JIRA ready to go you think?
Thanks
Kathey