[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

[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: (was: changes.html) > Network Server can send DSS greater than 32K to client, which breaks DRDA > protocol. > --

[jira] Assigned: (DERBY-515) Network Server should log server start and shutdown time to derby.log

2005-12-28 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-515?page=all ] Deepa Remesh reassigned DERBY-515: -- Assign To: Deepa Remesh > Network Server should log server start and shutdown time to derby.log > ---

[jira] Assigned: (DERBY-776) Clean up code relating to Object handling in DataValueDescriptor.

2005-12-28 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-776?page=all ] Daniel John Debrunner reassigned DERBY-776: --- Assign To: Daniel John Debrunner > Clean up code relating to Object handling in DataValueDescriptor. >

Re: Question about lang/wisconsin.sql test

2005-12-28 Thread Myrna van Lunteren
Hi Deepa,   This test, as it runs in the function test harness, is not actually running as a performance benchmark. If I remember correctly, it was thought to add value in the functional suite because there were interesting aspects of creating tables and executing queries of this type and gathering

Re: Interaction of security manager with DRDA tracing -- is this bug?

2005-12-28 Thread Deepa Remesh
On 12/24/05, Bryan Pendleton <[EMAIL PROTECTED]> wrote: > I was trying to enable server-side DRDA tracing while running > a particular test by hand. I tweaked procedure_derby.properties > to add > > derby.drda.traceAll=true > derby.drda.traceDirectory=/some/directory > > I created /some/directory a

Question about lang/wisconsin.sql test

2005-12-28 Thread Deepa Remesh
lang/wisconsin.sql test currenly does not work in J2ME environment because the test setup uses stored procedures with nested connection. To make this test run in this environment, I am planning to move the setup (sql for table creation and inserts) to a Java class (Wisconsin). >From the Java class,

[jira] Commented: (DERBY-396) Support for ALTER STATEMENT to DROP , MODIFY, RENAME a COLUMN

2005-12-28 Thread Neil Weber (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-396?page=comments#action_12361319 ] Neil Weber commented on DERBY-396: -- What's also odd is that the DatabaseMetaData for Derby returns true for supportsAlterTableWithDropColumn(). Since Derby doesn't support dr