[jira] Assigned: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-06-22 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan reassigned DERBY-1417: -- Assign To: Kristian Waagan Add new, lengthless overloads to the streaming api -- Key:

[jira] Assigned: (DERBY-734) lang/closed.java fails in 50% of runs

2006-06-23 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-734?page=all ] Kristian Waagan reassigned DERBY-734: - Assign To: Kristian Waagan lang/closed.java fails in 50% of runs - Key: DERBY-734 URL:

[jira] Updated: (DERBY-734) lang/closed.java fails in 50% of runs

2006-06-23 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-734?page=all ] Kristian Waagan updated DERBY-734: -- Attachment: derby-734.diff derby-734.stat 'derby-734.diff' fixes the failure for test 'lang/closed.java'. The problem was incorrect

[jira] Updated: (DERBY-734) lang/closed.java fails in 50% of runs

2006-06-23 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-734?page=all ] Kristian Waagan updated DERBY-734: -- Priority: Minor (was: Major) Derby Info: [Patch Available] lang/closed.java fails in 50% of runs -

[jira] Commented: (DERBY-1445) Add new streaming overloads and modify some existing ones.

2006-06-26 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1445?page=comments#action_12417769 ] Kristian Waagan commented on DERBY-1445: I had a look at the patch, and found some issues worth commenting. [EmbedResultSet] *

[jira] Commented: (DERBY-1361) positioned updates and deletes allowed after a commit without repositioning the cursor - if the table is indexed on the columns selected

2006-06-26 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1361?page=comments#action_12417790 ] Kristian Waagan commented on DERBY-1361: I reviewed the second patch. It looks good and can be committed. It should be noted that the patch also rewrites a few lines

[jira] Commented: (DERBY-1445) Add new streaming overloads and modify some existing ones.

2006-06-27 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1445?page=comments#action_12417970 ] Kristian Waagan commented on DERBY-1445: The changes look good Narayanan! I have only one more comment; there are still a few lines with mixed tabs and spaces (line

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-06-28 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Attachment: derby-1417-1a-notImplemented.diff derby-1417-1a-notImplemented.stat 'derby-1417-1a-notImplemented.diff' adds a number of new

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-06-28 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Derby Info: [Patch Available] Add new, lengthless overloads to the streaming api -- Key:

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

2006-07-03 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1471?page=comments#action_12419001 ] Kristian Waagan commented on DERBY-1471: Hello Tomohito, I see you are assigned to this issue. I'm working on DERBY-1417, and was wondering if you could post a brief

[jira] Created: (DERBY-1473) Add cut-off and truncation logic to streaming classes in the embedded driver

2006-07-03 Thread Kristian Waagan (JIRA)
Add cut-off and truncation logic to streaming classes in the embedded driver Key: DERBY-1473 URL: http://issues.apache.org/jira/browse/DERBY-1473 Project: Derby Type: Improvement

[jira] Created: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-04 Thread Kristian Waagan (JIRA)
Add assertEquals overloads for Blob and Clob Key: DERBY-1474 URL: http://issues.apache.org/jira/browse/DERBY-1474 Project: Derby Type: Sub-task Reporter: Kristian Waagan Assigned to: Kristian Waagan -- This

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-04 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Component: Test Description: Add assertEquals(Blob,Blob) and assertEquals(Clob,Clob) to BaseJDBCTestCase. The naming follows the JUnit scheme, and

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-04 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Attachment: derby-1474-1a.diff derby-1474-1a.stat 'derby-1474-1a.diff' implements the two methods assertEquals(Blob,Blob) and

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-04 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Derby Info: [Patch Available] Add assertEquals overloads for Blob and Clob Key: DERBY-1474

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

2006-07-04 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1471?page=comments#action_12419135 ] Kristian Waagan commented on DERBY-1471: Hello Tomohito, I think your plan makes sense, where we go for option 1. This way, DERBY-1417 (lengthless overloads) can

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-06 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Attachment: derby-1474-1b.diff 'derby-1474-1b.diff' replaces version 1a. Found two typos, causing the blob references to be compared instead of the blob

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-06 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Attachment: derby-1417-2a-rstest-refactor.diff 'derby-1417-2a-rstest-refactor.diff' refactors and rewrites parts of jdbc4/ResultSetTest.junit. A few

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-06 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Attachment: derby-1474-2a.diff derby-1474-2a.stat error-output.txt Thanks for the comments Andreas. I have changed the

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-06 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Derby Info: [Patch Available] 'derby-1417-2a-rstest-refactor.diff' ready for review/commit. Add new, lengthless overloads to the streaming api

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-06 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Attachment: derby-1474-2b.diff 'derby-1474-2b.diff' addresses the two last comments, from Knut Anders and Andreas. Originally I didn't want to have the

[jira] Closed: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-07 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan closed DERBY-1474: -- Add assertEquals overloads for Blob and Clob Key: DERBY-1474 URL:

[jira] Closed: (DERBY-746) NullPointerException when 'encryptionKey' length is an odd number, or it contains invalid chars

2006-07-11 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-746?page=all ] Kristian Waagan closed DERBY-746: - NullPointerException when 'encryptionKey' length is an odd number, or it contains invalid chars

[jira] Closed: (DERBY-788) 'store/encryptionKey.sql' fails on Solaris 10

2006-07-11 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-788?page=all ] Kristian Waagan closed DERBY-788: - 'store/encryptionKey.sql' fails on Solaris 10 - Key: DERBY-788 URL:

[jira] Closed: (DERBY-1254) XAConnection uses NetConnection as underlying physical connection for JDBC4/Java 1.6

2006-07-11 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1254?page=all ] Kristian Waagan closed DERBY-1254: -- XAConnection uses NetConnection as underlying physical connection for JDBC4/Java 1.6

[jira] Commented: (DERBY-1501) PreparedStatement#setNull(int parameterIndex, int sqlType) throws SQL Exception if given sqlType is LONGVARBINARY in embedded mode

2006-07-11 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1501?page=comments#action_12420458 ] Kristian Waagan commented on DERBY-1501: The inconsistent behavior between the client and embedded driver is a bug. But what about the second issue? The embedded

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-12 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Attachment: derby-1417-3a-embimpl-and-tests.diff derby-1417-3a-embimpl-and-tests.stat 'derby-1417-3a-embimpl-and-tests.diff' provides

[jira] Commented: (DERBY-982) sysinfo api does not provide genus name for client

2006-07-13 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-982?page=comments#action_12420855 ] Kristian Waagan commented on DERBY-982: --- I had a look at the patch, and also downloaded it and tried running the test. The patch applies cleanly, but the test fails. Is

[jira] Commented: (DERBY-982) sysinfo api does not provide genus name for client

2006-07-14 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-982?page=comments#action_12421041 ] Kristian Waagan commented on DERBY-982: --- Hi Andrew, Your plan sounds like a very good approach. I'll have a look at the new patch when it comes. Are you planning on

[jira] Created: (DERBY-1510) 'SQLBinary.readFromStream' can enter endless loop

2006-07-14 Thread Kristian Waagan (JIRA)
'SQLBinary.readFromStream' can enter endless loop - Key: DERBY-1510 URL: http://issues.apache.org/jira/browse/DERBY-1510 Project: Derby Type: Bug Components: JDBC, SQL Versions: 10.2.0.0 Reporter:

[jira] Commented: (DERBY-982) sysinfo api does not provide genus name for client

2006-07-17 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-982?page=comments#action_12421542 ] Kristian Waagan commented on DERBY-982: --- Hi Andrew, I reviewed the version 4 patch. Looks good to me, but I have one minor comment on the JUnit test.

[jira] Closed: (DERBY-609) Returning ByteArrayInputStream from ResultSet is not appropriate

2006-07-17 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-609?page=all ] Kristian Waagan closed DERBY-609. - Fix Version/s: 10.1.2.1 Resolution: Fixed Closing this, seems completed. No activity since October 2005. Returning ByteArrayInputStream from

[jira] Closed: (DERBY-609) Returning ByteArrayInputStream from ResultSet is not appropriate

2006-07-17 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-609?page=all ] Kristian Waagan closed DERBY-609. - Fix Version/s: 10.2.0.0 (was: 10.1.2.1) Resolution: Fixed Returning ByteArrayInputStream from ResultSet is not appropriate

[jira] Reopened: (DERBY-609) Returning ByteArrayInputStream from ResultSet is not appropriate

2006-07-17 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-609?page=all ] Kristian Waagan reopened DERBY-609: --- Reopened issue to correct fix version. Returning ByteArrayInputStream from ResultSet is not appropriate

[jira] Closed: (DERBY-596) jdbcapi/resultsetStream.java fails in DerbyNetClient Framework

2006-07-17 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-596?page=all ] Kristian Waagan closed DERBY-596. - Verified that the failure no longer occurs when running jdbcapi/resultsetStream.java under DerbyNetClient with Sun JDK 1.3, 1.4, 1.5 and Mustang.

[jira] Created: (DERBY-1519) 'setAsciiStream' uses different encodings for embedded and client

2006-07-17 Thread Kristian Waagan (JIRA)
'setAsciiStream' uses different encodings for embedded and client - Key: DERBY-1519 URL: http://issues.apache.org/jira/browse/DERBY-1519 Project: Derby Issue Type: Bug

[jira] Created: (DERBY-1524) Add assertEquals overloads for InputStream and Reader

2006-07-17 Thread Kristian Waagan (JIRA)
Add assertEquals overloads for InputStream and Reader - Key: DERBY-1524 URL: http://issues.apache.org/jira/browse/DERBY-1524 Project: Derby Issue Type: Sub-task Reporter:

[jira] Updated: (DERBY-1524) Add assertEquals overloads for InputStream and Reader

2006-07-17 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1524?page=all ] Kristian Waagan updated DERBY-1524: --- Component/s: Test Description: Add assertEquals overloads for java.io.InputStream and java.io.Reader to BaseTestCase. Implementations

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-17 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Attachment: derby-1417-3b-embimpl-and-tests.diff derby-1417-3b-embimpl-and-tests.stat Thanks for the review Knut Anders! My replies

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-19 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Attachment: derby-1417-5a-brokered.diff derby-1417-5a-brokered.stat 'derby-1417-5a-brokered.diff' adds the new overloads to the

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-19 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Derby Info: [Patch Available] Add new, lengthless overloads to the streaming api --

[jira] Commented: (DERBY-1527) Factor out type checks in EmbedResultSet and EmbedPreparedStatement

2006-07-20 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1527?page=comments#action_12422375 ] Kristian Waagan commented on DERBY-1527: I reviewed the patch, and it looks ready for commit. The patch applies, no build failures, and I ran the jdbc40

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-25 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Derby Info: [Patch Available] Add new, lengthless overloads to the streaming api --

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-25 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Attachment: derby-1417-6a-clientimpl.diff derby-1417-6a-clientimpl.stat 'derby-1417-6a-clientimpl.diff' adds the client side

[jira] Commented: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-26 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=comments#action_12423610 ] Kristian Waagan commented on DERBY-1417: Hi Tomohito, Are you talking about the buffer for the PublicBufferOutputStream (which is a subclass of

[jira] Commented: (DERBY-1578) A number of tests fail due to rework on toString() method of SQLException

2006-07-26 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1578?page=comments#action_12423631 ] Kristian Waagan commented on DERBY-1578: Here's a list of candidates :) lang/compressTable.sql lang/nestedCommit.sql lang/outparams.java

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-26 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Attachment: derby-1417-6b-clientimpl.diff 'derby-1417-6b-clientimpl.diff' deprecates 6a. Changes: 1) Add missing license to two files. 2) Added static

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-26 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Attachment: derby-1417-6c-clientimpl.diff 'derby-1417-6c-clientimpl.diff' deprecates 6b. Added both size of the character buffer and the initial size of

[jira] Updated: (DERBY-1510) 'SQLBinary.readFromStream' can enter endless loop

2006-07-27 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1510?page=all ] Kristian Waagan updated DERBY-1510: --- Attachment: derby-1510-1a.diff 'derby-1510-1a.diff' makes sure derby does not enter an endless loop if InputStream.available() returns 0 and we have

[jira] Updated: (DERBY-1510) 'SQLBinary.readFromStream' can enter endless loop

2006-07-27 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1510?page=all ] Kristian Waagan updated DERBY-1510: --- Derby Info: [Patch Available] 'SQLBinary.readFromStream' can enter endless loop -

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-28 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Attachment: derby-1417-6d-clientimpl.diff Thanks for the review Knut Anders. I have uploaded revision d of patch 6. See my comments and answers below.

[jira] Closed: (DERBY-1510) 'SQLBinary.readFromStream' can enter endless loop

2006-07-31 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1510?page=all ] Kristian Waagan closed DERBY-1510. -- Fix Version/s: 10.2.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Verified the fix. I no longer see the infinite looping when

[jira] Closed: (DERBY-1310) Add apache notice to test file phaseTester.java

2006-07-31 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1310?page=all ] Kristian Waagan closed DERBY-1310. -- Add apache notice to test file phaseTester.java --- Key: DERBY-1310 URL:

[jira] Closed: (DERBY-1445) Add new streaming overloads and modify some existing ones.

2006-07-31 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1445?page=all ] Kristian Waagan closed DERBY-1445. -- The new JDBC 4 overloads with a long argument for length have been implemented. No issues have popped up, closing. Add new streaming overloads and modify

[jira] Closed: (DERBY-1396) ReEncodedInputStream may fail to read all of source Reader.

2006-07-31 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1396?page=all ] Kristian Waagan closed DERBY-1396. -- ReEncodedInputStream may fail to read all of source Reader. Key: DERBY-1396

[jira] Commented: (DERBY-1286) Fill in Clob methods required for JDBC3 compliance

2006-07-31 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1286?page=comments#action_12424527 ] Kristian Waagan commented on DERBY-1286: Just want to point out that the method Clob.getCharacterStream(long,long) was added in JDBC4. Fill in Clob

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-07-31 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Derby Info: (was: [Patch Available]) Add new, lengthless overloads to the streaming api --

[jira] Created: (DERBY-1615) Rewrite the Clob implementation in the client driver

2006-07-31 Thread Kristian Waagan (JIRA)
Rewrite the Clob implementation in the client driver Key: DERBY-1615 URL: http://issues.apache.org/jira/browse/DERBY-1615 Project: Derby Issue Type: Improvement Components:

[jira] Commented: (DERBY-1616) Lots of jdk1.6 regression test failures with diffs because of SQL Exception instead of java.sql.SQLException

2006-07-31 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1616?page=comments#action_12424613 ] Kristian Waagan commented on DERBY-1616: The 3 tests that are part of the jdbc40 suite don't fail anymore. I think 15 tests might be handled, or at least

[jira] Commented: (DERBY-1616) Lots of jdk1.6 regression test failures with diffs because of SQL Exception instead of java.sql.SQLException

2006-08-01 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1616?page=comments#action_12424804 ] Kristian Waagan commented on DERBY-1616: Just want to inform that the jdbc40 suite now runs without failures (with JDK1.6). All planned interface changes

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-08-01 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Attachment: derby-1417-7a-clientborderfix.diff derby-1417-7a-clientborderfix.stat 'derby-1417-7a-clientborderfix.diff' fixes bugs in the

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-08-01 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Derby Info: [Patch Available] Add new, lengthless overloads to the streaming api --

[jira] Commented: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-08-01 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=comments#action_12425048 ] Kristian Waagan commented on DERBY-1417: Thanks for looking at the patch, Rick :) I added the test case mostly to demonstrate the expected behavior. a)

[jira] Assigned: (DERBY-1473) Add cut-off and truncation logic to streaming classes in the embedded driver

2006-08-02 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1473?page=all ] Kristian Waagan reassigned DERBY-1473: -- Assignee: Kristian Waagan Add cut-off and truncation logic to streaming classes in the embedded driver

[jira] Updated: (DERBY-1473) Add cut-off and truncation logic to streaming classes in the embedded driver

2006-08-02 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1473?page=all ] Kristian Waagan updated DERBY-1473: --- Urgency: Normal Fix Version/s: 10.2.0.0 Affects Version/s: 10.2.0.0 (was: 10.3.0.0)

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-08-05 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Derby Info: (was: [Patch Available]) Add new, lengthless overloads to the streaming api --

[jira] Commented: (DERBY-1029) Backout boolean work from the 10.2 branch immediately after the branch is created

2006-08-06 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1029?page=comments#action_12426090 ] Kristian Waagan commented on DERBY-1029: I think there are some files left after the v5 patch. The following four files are listed as empty in

[jira] Assigned: (DERBY-1524) Add assertEquals overloads for InputStream and Reader

2006-08-08 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1524?page=all ] Kristian Waagan reassigned DERBY-1524: -- Assignee: Kristian Waagan Add assertEquals overloads for InputStream and Reader -

[jira] Updated: (DERBY-1524) Add assertEquals overloads for InputStream and Reader

2006-08-08 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1524?page=all ] Kristian Waagan updated DERBY-1524: --- Derby Info: [Patch Available] Add assertEquals overloads for InputStream and Reader -

[jira] Updated: (DERBY-1524) Add assertEquals overloads for InputStream and Reader

2006-08-08 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1524?page=all ] Kristian Waagan updated DERBY-1524: --- Attachment: derby-1524-1a-assertEquals.diff derby-1524-1a-assertEquals.stat 'derby-1524-1a-assertEquals.diff' adds two assertEquals

[jira] Created: (DERBY-1657) Align error reporting in the client driver and embedded driver for streaming errors through the JDBC API

2006-08-09 Thread Kristian Waagan (JIRA)
Align error reporting in the client driver and embedded driver for streaming errors through the JDBC API Key: DERBY-1657 URL:

[jira] Created: (DERBY-1658) Too short streams passed in through JDBC are handled differently in client and embedded

2006-08-09 Thread Kristian Waagan (JIRA)
Too short streams passed in through JDBC are handled differently in client and embedded --- Key: DERBY-1658 URL: http://issues.apache.org/jira/browse/DERBY-1658

[jira] Closed: (DERBY-1524) Add assertEquals overloads for InputStream and Reader

2006-08-09 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1524?page=all ] Kristian Waagan closed DERBY-1524. -- Fix Version/s: 10.2.0.0 Resolution: Fixed Overloads in place and used in tests. Closing. Add assertEquals overloads for InputStream and Reader

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-08-09 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Attachment: derby-1417-8a-enableblobstreaming.diff derby-1417-8a-enableblobstreaming.stat 'derby-1417-8a-enableblobstreaming.diff'

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-08-09 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Derby Info: [Patch Available] Add new, lengthless overloads to the streaming api --

[jira] Updated: (DERBY-1473) Add cut-off and truncation logic to streaming classes in the embedded driver

2006-08-09 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1473?page=all ] Kristian Waagan updated DERBY-1473: --- Attachment: derby-1473-1a-streaming.diff derby-1473-1a-streaming.stat 'derby-1473-1a-streaming.diff' adds the capability to handle length

[jira] Updated: (DERBY-1473) Add cut-off and truncation logic to streaming classes in the embedded driver

2006-08-09 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1473?page=all ] Kristian Waagan updated DERBY-1473: --- Attachment: derby-1473-2a-streamingtests.diff derby-1473-2a-streamingtests.stat 'derby-1473-2a-streamingtests.diff' adds tests for the

[jira] Updated: (DERBY-1473) Add cut-off and truncation logic to streaming classes in the embedded driver

2006-08-09 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1473?page=all ] Kristian Waagan updated DERBY-1473: --- Derby Info: [Patch Available] Patches 1a and 2a should be committed together, I split them up to ease the review. Add cut-off and truncation logic to

[jira] Commented: (DERBY-1693) Out of Memory Error with derby.language.logStatementText=true

2006-08-15 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1693?page=comments#action_12428074 ] Kristian Waagan commented on DERBY-1693: I think I have seen the same issue earlier. My mind might be playing a trick on me, but I mean to remember the

[jira] Commented: (DERBY-1693) Out of Memory Error with derby.language.logStatementText=true

2006-08-15 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1693?page=comments#action_12428183 ] Kristian Waagan commented on DERBY-1693: When a very similar problem was fixed in the network server code, I think the length of the LOB was included.

[jira] Commented: (DERBY-1693) Out of Memory Error with derby.language.logStatementText=true

2006-08-21 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1693?page=comments#action_12429382 ] Kristian Waagan commented on DERBY-1693: I agree that the values for LOBs should not be printed. The question is what should be printed instead? I would go

[jira] Closed: (DERBY-598) Ensure that with derby.language.logStatementText.true, values set by streams are not materialized

2006-08-22 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-598?page=all ] Kristian Waagan closed DERBY-598. - Closing this. See previous comment by Sunitha. Ensure that with derby.language.logStatementText.true, values set by streams are not materialized

[jira] Commented: (DERBY-1740) Change error message to indicate encryptionkey length to be atleast 16 characters instead of 8 characters

2006-08-22 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1740?page=comments#action_12429695 ] Kristian Waagan commented on DERBY-1740: Could you provide more detail on this issue? I'm not able to reproduce it. It caught my interest because I worked

[jira] Updated: (DERBY-1473) Add cut-off and truncation logic to streaming classes in the embedded driver

2006-08-22 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1473?page=all ] Kristian Waagan updated DERBY-1473: --- Attachment: derby-1473-1b-streaming.diff derby-1473-2b-streamingtests.diff Hi Knut Anders, - Fixed. - Thanks for catching this. It's a

[jira] Commented: (DERBY-1740) Change error message to indicate encryptionkey length to be atleast 16 characters instead of 8 characters

2006-08-22 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1740?page=comments#action_12429833 ] Kristian Waagan commented on DERBY-1740: Thank you Rajesh :) The reason I asked for more information was that I did not see the problem when I *thought*

[jira] Commented: (DERBY-1473) Add cut-off and truncation logic to streaming classes in the embedded driver

2006-08-23 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1473?page=comments#action_12429944 ] Kristian Waagan commented on DERBY-1473: derbyall completed with three failures, all expected; blobclob4BLOB and 2x QueryObjectTest. Add cut-off and

[jira] Commented: (DERBY-753) References from table of contents in the HTML book manuals are invalid

2006-08-23 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-753?page=comments#action_12429982 ] Kristian Waagan commented on DERBY-753: --- Great work Andrew :) I built the documentation and you can now click a topic in the TOC and the browser takes you

[jira] Updated: (DERBY-1473) Add cut-off and truncation logic to streaming classes in the embedded driver

2006-08-23 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1473?page=all ] Kristian Waagan updated DERBY-1473: --- Attachment: derby-1473-1c-streaming.diff I removed the if-block and uploaded a new patch (1c deprecates 1b). Our uses will not have to deal with

[jira] Updated: (DERBY-1555) API for configuration information in Derby's JUnit tests should through instance methods of the base classes, not static methods and static fields

2006-08-24 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1555?page=all ] Kristian Waagan updated DERBY-1555: --- Attachment: derby-1555-removecomment.diff I don't think this comment in BaseJDBCTestCase is valid anymore, and can be removed: // TEMP NAME - WILL

[jira] Updated: (DERBY-1555) API for configuration information in Derby's JUnit tests should through instance methods of the base classes, not static methods and static fields

2006-08-24 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1555?page=all ] Kristian Waagan updated DERBY-1555: --- Derby Info: [Patch Available] API for configuration information in Derby's JUnit tests should through instance methods of the base classes, not static

[jira] Commented: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-08-24 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=comments#action_12430205 ] Kristian Waagan commented on DERBY-1417: Hi Knut Anders, Seems like I have forgotten to change the SQL state in the patch for DERBY-1417 (step two). Let

[jira] Updated: (DERBY-1473) Add cut-off and truncation logic to streaming classes in the embedded driver

2006-08-24 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1473?page=all ] Kristian Waagan updated DERBY-1473: --- Attachment: derby-1473-2c-streamingtests.diff Hi again Knut Anders, Yes, the following commit caused the conflicts for the 2b patch: Author: djd Date:

[jira] Updated: (DERBY-1740) Change error message to indicate encryptionkey length to be atleast 16 characters instead of 8 characters

2006-08-24 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1740?page=all ] Kristian Waagan updated DERBY-1740: --- Attachment: derby-1740-1a.diff The patch 'derby-1740-1a.diff' is a *draft* patch. I would like some feedback on it. Is it a viable solution to the

[jira] Commented: (DERBY-1740) Change error message to indicate encryptionkey length to be atleast 16 characters instead of 8 characters

2006-08-28 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1740?page=comments#action_12430991 ] Kristian Waagan commented on DERBY-1740: I think my previous comment is incorrect. Can anyone help my out here? It seems the concepts of 'bootPassword'

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-08-28 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Attachment: derby-1417-9a-blobstream-newapproach.diff derby-1417-9a-blobstream-newapproach.stat Knut Anders, Your worries make sense.

[jira] Commented: (DERBY-1771) Doc title in browser for html pages is Web sample

2006-08-29 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1771?page=comments#action_12431154 ] Kristian Waagan commented on DERBY-1771: Is this a duplicate of DERBY-502, or should these two issues just be linked together? Doc title in browser for

[jira] Updated: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-08-29 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan updated DERBY-1417: --- Derby Info: (was: [Patch Available]) Add new, lengthless overloads to the streaming api --

[jira] Resolved: (DERBY-1417) Add new, lengthless overloads to the streaming api

2006-08-29 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=all ] Kristian Waagan resolved DERBY-1417. Resolution: Fixed Resolving this. I don't expect to do more on work on this, and plan to close the issue in a few days. Add new, lengthless

[jira] Closed: (DERBY-1473) Add cut-off and truncation logic to streaming classes in the embedded driver

2006-08-29 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1473?page=all ] Kristian Waagan closed DERBY-1473. -- Closing. Initial functionality added, associated problems should be handled by separate Jiras. Add cut-off and truncation logic to streaming classes in the

[jira] Commented: (DERBY-1727) Test lang/streams.java fails with ArrayIndexOutOfBoundsException using IBM JDK 1.3.1 SR10

2006-08-29 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1727?page=comments#action_12431242 ] Kristian Waagan commented on DERBY-1727: I checked this out, since I have worked in the area of the code showing the error. My conclusion is that this is

  1   2   3   4   5   6   7   8   9   10   >