[jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-22 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-125?page=all ] Bryan Pendleton updated DERBY-125: -- Attachment: (was: svn_jan_12_2006.diff) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

[jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-22 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-125?page=all ] Bryan Pendleton updated DERBY-125: -- Attachment: svn_jan_22_2006.diff Attached is the latest patch proposal, updated to the latest trunk,with all conflicts resolved and derbyall passing. There

[jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-17 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-125?page=all ] A B updated DERBY-125: -- Attachment: offByOne.jar I spent some time looking at the existing test case for this issue and at Bryan's excellent description of the problem. I played around with both and

Re: [jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-17 Thread Army
Army wrote: - after considering my explanation of the bug, do you have an idea of a better way to write a test for it? If not, should I just remove the DERBY-125 test from prepStmt.java? Not yet; I'll have to think about this some more. I have just posted a starting point for a test

Re: [jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-17 Thread Bryan Pendleton
I have just posted a starting point for a test case that I think does what we want--namely, fails without the patch for DERBY-125 and succeeds with it. Thanks Army! I need to look at my DERBY-125 patch some more to address some feedback from Kathey, so your suggested test case is most

Re: [jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-14 Thread Kathey Marsden
Daniel John Debrunner wrote: It would be nice if subversion allowed modified files to be associated in groups, so that one could develop with multiple changes but keep them separate during development and submission time. To commit two sets of changes from one workspace I often svn commit

Re: [jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-14 Thread Daniel John Debrunner
Kathey Marsden wrote: Daniel John Debrunner wrote: It would be nice if subversion allowed modified files to be associated in groups, so that one could develop with multiple changes but keep them separate during development and submission time. To commit two sets of changes from one

[jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-12 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-125?page=all ] Bryan Pendleton updated DERBY-125: -- Attachment: (was: changes2.html) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

[jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-12 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-125?page=all ] Bryan Pendleton updated DERBY-125: -- Attachment: (was: svn-dec_28_2005.diff) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

[jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-12 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-125?page=all ] Bryan Pendleton updated DERBY-125: -- Attachment: changes.html svn_jan_12_2006.diff svn_jan_12_2006.status Attached is a focused patch which addresses *only* the

Re: [jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-10 Thread Knut Anders Hatlen
Bryan Pendleton [EMAIL PROTECTED] writes: Army wrote: Well I'm a day late, but I've finished my review of the patch... Hi Army, Thank you very much for the careful review and the helpful suggestions. There were a number of points in your message, many of which I will address when I

Re: [jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-10 Thread Daniel John Debrunner
Bryan Pendleton wrote: Army wrote: Well I'm a day late, but I've finished my review of the patch... Hi Army, Thank you very much for the careful review and the helpful suggestions. There were a number of points in your message, many of which I will address when I re-submit the patch

Re: [jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-10 Thread Army
Bryan, Thanks as usual for the incredibly detailed explanations--I don't know how long it took you to write that email, but it was extremely helpful! Regarding the test cases for DERBY-125 and DERBY-170, I'll need to spend some time looking at those before I can come up with any suggestions.

Re: [jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-09 Thread Bryan Pendleton
Army wrote: Well I'm a day late, but I've finished my review of the patch... Hi Army, Thank you very much for the careful review and the helpful suggestions. There were a number of points in your message, many of which I will address when I re-submit the patch proposal, but there were several

Re: [jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-06 Thread Bryan Pendleton
Well I'm a day late, but I've finished my review of the patch... Hi Army, Thank you very much for the comments. There are some issues here that I need to study more, and some problems that I need to resolve. My intuition is that the problems lie more with the tests than with the changes, but I

Re: [jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-06 Thread Army
Bryan Pendleton wrote: Thank you very much for the comments. There are some issues here that I need to study more, and some problems that I need to resolve. My intuition is that the problems lie more with the tests than with the changes, but I need to do more work. For what it's worth, that's

Re: [jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2006-01-05 Thread Army
Army wrote: Bryan Pendleton updated DERBY-125: -- Attachment: changes2.html svn-dec_28_2005.diff [ snip ] I think these changes are now fully ready for review. Please let me know your comments as I am very interested to hear what you

[jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2005-12-28 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-125?page=all ] Bryan Pendleton updated DERBY-125: -- Attachment: (was: changes.html) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

[jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2005-12-28 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-125?page=all ] Bryan Pendleton updated DERBY-125: -- Attachment: (was: svn_2.diff) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

[jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2005-12-28 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-125?page=all ] Bryan Pendleton updated DERBY-125: -- Attachment: changes2.html svn-dec_28_2005.diff Replaced changes.html with changes2.html, which includes more details and two additional bug

[jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2005-12-19 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-125?page=all ] Bryan Pendleton updated DERBY-125: -- Attachment: (was: svn.diff) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

[jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2005-12-19 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-125?page=all ] Bryan Pendleton updated DERBY-125: -- Attachment: svn_2.diff First diff included an accidental, unrelated change. Removed, and replaced with svn_2.diff. Network Server can send DSS greater

[jira] Updated: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2005-12-18 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-125?page=all ] Bryan Pendleton updated DERBY-125: -- Attachment: changes.html svn.diff Attached is a proposed change to address bugs 125, 170, 491, and 492, together with a detailed document