[jira] Commented: (DERBY-2108) Implement SSL/TLS communication between client and server

2006-11-23 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2108?page=comments#action_12452173 ] Bernt M. Johnsen commented on DERBY-2108: - BTW: the test suite does not run with this patch due to missing java.util.PropertyPermission Implement

[jira] Commented: (DERBY-208) Add support to retrieve lobs for Network Server by locator rather than matierializing the LOB

2006-11-23 Thread Fernanda Pizzorno (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-208?page=comments#action_12452184 ] Fernanda Pizzorno commented on DERBY-208: - I am investigating possible implementations LOBs using locators instead of materializing the LOB, and I would

[jira] Created: (DERBY-2111) EOFException when using stream as parameter for multi-row update statement in embedded driver

2006-11-23 Thread JIRA
EOFException when using stream as parameter for multi-row update statement in embedded driver - Key: DERBY-2111 URL: http://issues.apache.org/jira/browse/DERBY-2111

[jira] Updated: (DERBY-2111) EOFException when using stream as parameter for multi-row update statement in embedded driver

2006-11-23 Thread JIRA
[ http://issues.apache.org/jira/browse/DERBY-2111?page=all ] Øystein Grøvlen updated DERBY-2111: --- Attachment: streamtest.java This attached JUNIT test reproduces the bug. EOFException when using stream as parameter for multi-row update statement in

ArrayInputStream and performance

2006-11-23 Thread Dyre . Tjeldvoll
I have noticed that two methods, setPosition(int) and setLimit(int) seem to use more CPU than what I find reasonable given what they're supposed to do. Together they use 4.5% of user CPU and 1.5% of system CPU. Looking closer at what each method does, it seems like a fair amount of the CPU is

[jira] Updated: (DERBY-1434) Client can send incorrect database name to server after having made multiple connections to different databases.

2006-11-23 Thread Julius Stroffek (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1434?page=all ] Julius Stroffek updated DERBY-1434: --- Attachment: derby1434-try3.diff Thanks for your comments. Sending a new version of a patch (*-try3.diff). - The condition is correct but the explanation

Re: [jira] Updated: (DERBY-1471) Implement layer B streaming for new methods defined in JDBC4.0

2006-11-23 Thread TomohitoNakayama
Hello Knut. Sorry. I misunderstood about your previous mail I will correct casting to EmbedXXX as to EngineXXX ... // I took them by mistake because I tought correct module have lengthless method already ... A modification of message properies is needed too . Best regards. Knut

[jira] Created: (DERBY-2112) Nullpointer on executeBatchRequestX when preparedStatement has no parameters

2006-11-23 Thread Cesar Devera (JIRA)
Nullpointer on executeBatchRequestX when preparedStatement has no parameters Key: DERBY-2112 URL: http://issues.apache.org/jira/browse/DERBY-2112 Project: Derby

[jira] Created: (DERBY-2113) The maximum number of statements per batch differ between client and embedded

2006-11-23 Thread JIRA
The maximum number of statements per batch differ between client and embedded - Key: DERBY-2113 URL: http://issues.apache.org/jira/browse/DERBY-2113 Project: Derby

[jira] Created: (DERBY-2114) Let Clock embed a HashMap rather than inherit from Hashtable

2006-11-23 Thread Dyre Tjeldvoll (JIRA)
Let Clock embed a HashMap rather than inherit from Hashtable Key: DERBY-2114 URL: http://issues.apache.org/jira/browse/DERBY-2114 Project: Derby Issue Type: Improvement

[jira] Commented: (DERBY-1434) Client can send incorrect database name to server after having made multiple connections to different databases.

2006-11-23 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1434?page=comments#action_12452247 ] Knut Anders Hatlen commented on DERBY-1434: --- Thanks for the explanations, Julo. They all make sense. So DRDAConnThread is supposed to check that the

[jira] Commented: (DERBY-2114) Let Clock embed a HashMap rather than inherit from Hashtable

2006-11-23 Thread Dyre Tjeldvoll (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2114?page=comments#action_12452258 ] Dyre Tjeldvoll commented on DERBY-2114: --- When comparing the average of 7 100 sec runs against trunk (r478151) I see 2% improvement in throughput: Trunk:

[jira] Subscription: Derby: JIRA issues with patch available

2006-11-23 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (10 issues) Subscriber: derby-dev Key Summary DERBY-1434 Client can send incorrect database name to server after having made multiple connections to different databases.

Regression Test Report - Daily 478238 - Sun DBTG

2006-11-23 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 478238/2006-11-22 18:00:08 MET Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 0519519 099.18% derbyall 063046304 0 101.44%

[jira] Commented: (DERBY-1089) Derby fails inserting a join into a table with a generated column

2006-11-23 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1089?page=comments#action_12452293 ] Bryan Pendleton commented on DERBY-1089: Committed remapSkipNullExpressions_v1.diff to the trunk as revision 478622. I intend to merge this change to 10.2

[jira] Resolved: (DERBY-2015) NullPointerException in INSERT ... SELECT with self-joined table and IDENTITY column

2006-11-23 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2015?page=all ] Bryan Pendleton resolved DERBY-2015. Resolution: Duplicate Marking as a duplicate of DERBY-1089 NullPointerException in INSERT ... SELECT with self-joined table and IDENTITY column

[jira] Updated: (DERBY-2107) Move page latching out of the lock manager

2006-11-23 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2107?page=all ] Knut Anders Hatlen updated DERBY-2107: -- Attachment: derby-2107-1a.diff derby-2107-1a.stat Here's a first patch (derby-2107-1a.diff) which implements latching locally in

[jira] Commented: (DERBY-208) Add support to retrieve lobs for Network Server by locator rather than matierializing the LOB

2006-11-23 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-208?page=comments#action_12452307 ] Bryan Pendleton commented on DERBY-208: --- The new network client will always request to receive the LOB columns as LOB Locator values instead of the data

[jira] Updated: (DERBY-1644) NPE when inserting values to a table that has a column declared as generated by default as identity

2006-11-23 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1644?page=all ] Bryan Pendleton updated DERBY-1644: --- Attachment: d1644_combined_v3.diff I'm not quite sure what I was thinking when I thought that the two code changes could be separated, but they cannot.

[jira] Resolved: (DERBY-1089) Derby fails inserting a join into a table with a generated column

2006-11-23 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1089?page=all ] Bryan Pendleton resolved DERBY-1089. Fix Version/s: 10.2.1.8 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Merged the trunk patch to

[jira] Updated: (DERBY-2107) Move page latching out of the lock manager

2006-11-23 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2107?page=all ] Knut Anders Hatlen updated DERBY-2107: -- Component/s: Performance Derby Info: [Patch Available] Move page latching out of the lock manager --