[ 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
[ 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.
>
[ 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.
> --
[ 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
> ---
[ 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.
>
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
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
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,
[
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