[ http://issues.apache.org/jira/browse/DERBY-491?page=comments#action_12364124 ]
A B commented on DERBY-491: --------------------------- For those wondering, Bryan's latest patch addreses comments I made here: http://article.gmane.org/gmane.comp.apache.db.derby.devel/12818 Thanks as always for the phenomenal explanations in the latest version of changes.html. The new comments in the tests look good to me, and I have no other issues with the patch. This is great work... +1 to commit. > Protocol exception when Network Server tries to return ~32K of data or > greater in a result set for a Java stored procedure. > --------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-491 > URL: http://issues.apache.org/jira/browse/DERBY-491 > Project: Derby > Type: Sub-task > Components: Network Server > Versions: 10.0.2.2, 10.1.1.0, 10.2.0.0 > Environment: Derby Network Server running with either JDBC or ODBC driver. > Reporter: A B > Assignee: Bryan Pendleton > Attachments: changes.html, storedProcs.java, stored_proc_repro.java, > svn_Jan_13_2006.status, svn_Jan_13_3006.diff, svn_jan_24_2006.diff, > svn_jan_26_2006.diff > > When Derby Network Server tries to return ~32K or greater data as part of the > result set for a stored procedure, a protocol exception occurs and causes > deallocation of the connection. Repro can be found in the > "stored_proc_repro.java" file, which uses the stored procedure "BIG_COL" > declared in "storedProcs.java". Both files are attached to this bug. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
