DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25098>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25098 SQLTransformer fails to return number of rows updated [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[PATCH] SQLTransformer fails|SQLTransformer fails to |to return number of rows |return number of rows |updated |updated ------- Additional Comments From [EMAIL PROTECTED] 2004-03-06 04:30 ------- Please provide a patch with only the changes: "cvs diff -u src/blocks/databases/java/org/apache/cocoon/transformation/SQLTransformer". This would allow us to apply it even if some other things in the file have changed in the meantime (sometimes with some work to do by hand). But a complete file prevents us from doing it with an acceptable effort: If I replace my latest version of SQLTransformer with your version and make the diff I see all changes between the version you patched and now - at the end I see nothing. For that reason also the above "cvs diff" would not help anymore. If you have Linux you can do a "diff -u SQLTransformer.java.orig SQLTransformer.java.new". The last alternative (that's how I did it now) is to check out the SQLTransformer by version/date/tagged and do the cvs diff against this version. Unfortunately you also touched all empty lines, so that I had to do a diff ignoring whitespaces. After reapplying this on recent version of SQLTransformer I also had to indent the code correctly. I hope nothing got lost. Joerg
