|
Kathey Marsden made changes - 30/Jan/08 04:55 PM
Attached is a follow-up patch derby-3365_diff.txt incorporating review comments from my patch attached to
(derby-3243_fix_double_hashmap_entry_diff.txt) I'm sorry Knut I missed your original post about the patch. Hopefully all the changes are in this time. For this revision I fixed the typos and changed the lob create stored procedures to use getLocator(). I did not move the addlobLocator call to getLocator() because it would cause a regression for the
Kathey Marsden made changes - 30/Jan/08 11:19 PM
Kathey Marsden made changes - 30/Jan/08 11:20 PM
Looks fine to me. In BrokeredConnection, you should also remove the javadoc comment for addLOBMapping().
I'm wondering, should EngineBlob and EngineClob have been in iapi.jdbc rather than impl.jdbc? That's where the rest of the engine interfaces are located. Thanks Knut for looking at the patch. You are right about EngineClob and EngineBlob. Not sure how I managed to make them where I did, a matter of Eclipse making things too easy I think. I moved them before I committed.
Thanks Kathey. I noticed that the commit log looked a bit odd for this check-in. It says that EmbedBlob.java was added, and lists the entire file with plus lines in the diff. Do you know what happened?
Hmm, I guess your IDE or something must have tricked you into replacing (that is, removing + adding) EmbedBlob.java rather than modifying it. I managed to restore the file history by this sequence of commands:
$ cd java/engine/org/apache/derby/impl/jdbc $ cp EmbedBlob.java EmbedBlob.java.old $ svn remove EmbedBlob.java $ svn copy -r 617185 EmbedBlob.java . $ cp EmbedBlob.java.old EmbedBlob.java $ svn ci Now "svn annotate" shows the correct information, and not that all lines were changed by kmarsden in revision 617186. Hope I didn't break anything in the process... Thanks Knut for fixing that up.
committed change to 10.3 and trunk.
Kathey Marsden made changes - 01/Feb/08 05:25 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DERBY-3243