[jira] Updated: (DERBY-1583) With grant revoke enabled, defining a trigger whose actions updates a table (from different schema) results in NPE

2006-08-26 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1583?page=all ] Bryan Pendleton updated DERBY-1583: --- Attachment: setTableDescriptor.diff Sorry about the bad attachment, Yip, thanks for catching it. Let's try this again: attaching setTableDescriptor.diff

[jira] Commented: (DERBY-1583) With grant revoke enabled, defining a trigger whose actions updates a table (from different schema) results in NPE

2006-08-26 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1583?page=comments#action_12430821 ] Yip Ng commented on DERBY-1583: --- I haven't review Bryan's patch in details yet (listed in DERBY-1754) but after the patch is applied, DERBY-1583 (this jira) and DERB

[jira] Commented: (DERBY-1583) With grant revoke enabled, defining a trigger whose actions updates a table (from different schema) results in NPE

2006-08-26 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1583?page=comments#action_12430820 ] Yip Ng commented on DERBY-1583: --- Hi Bryan: The setTableDescriptor.diff only contains the svn stat. > With grant revoke enabled, defining a trigger whose actions u

[jira] Updated: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver

2006-08-26 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1610?page=all ] Tomohito Nakayama updated DERBY-1610: - Summary: Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver (was: Updating column typed as CHAR to value

Re: I need help

2006-08-26 Thread David Van Couvering
In particular, once you mention what you want to work on, hopefully someone with experience will offer to answer your questions and provide guidance. David Daniel John Debrunner wrote: Suresh Nadarajan wrote: I would like to work on core of the system code, I am a newbie, and I need help f

[jira] Updated: (DERBY-1681) Regression (wrong results): Join predicate can be ignored for left-most child in a chain of nested unions.

2006-08-26 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1681?page=all ] Mike Matrigali updated DERBY-1681: -- I will look at committing these test changes to trunk and 10.2 > Regression (wrong results): Join predicate can be ignored for left-most child > in a chain of

Re: Can one run a test without 'sed'ing the output?

2006-08-26 Thread Knut Anders Hatlen
Daniel John Debrunner <[EMAIL PROTECTED]> writes: > Is it possible to set up a test in the existing harness so that no sed > transformation takes place on its output? I have never tried it, but RunTest does check for the skipsed property. -- Knut Anders

[jira] Updated: (DERBY-1583) With grant revoke enabled, defining a trigger whose actions updates a table (from different schema) results in NPE

2006-08-26 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1583?page=all ] Bryan Pendleton updated DERBY-1583: --- Assignee: Bryan Pendleton Derby Info: [Patch Available] > With grant revoke enabled, defining a trigger whose actions updates a table > (from diffe

[jira] Updated: (DERBY-1583) With grant revoke enabled, defining a trigger whose actions updates a table (from different schema) results in NPE

2006-08-26 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1583?page=all ] Bryan Pendleton updated DERBY-1583: --- Attachment: setTableDescriptor.diff Attached is setTableDescriptor.diff, a patch proposal with a simple test included. The patch is the same idea noted

[jira] Commented: (DERBY-1583) With grant revoke enabled, defining a trigger whose actions updates a table (from different schema) results in NPE

2006-08-26 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1583?page=comments#action_12430787 ] Bryan Pendleton commented on DERBY-1583: I attached a possible patch for this as a comment to DERBY-1754. > With grant revoke enabled, defining a trigger w

[jira] Commented: (DERBY-119) Add ALTER TABLE option to change column from NULL to NOT NULL

2006-08-26 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-119?page=comments#action_12430785 ] Bryan Pendleton commented on DERBY-119: --- Here's a short release note: The ALTER TABLE statement now includes the additional ability to alter the NULL / NOT NU

[jira] Created: (DERBY-1765) Update ALTER TABLE documentation to reflect DERBY-119 (ALTER COLUMN [NOT]NULL)

2006-08-26 Thread Bryan Pendleton (JIRA)
Update ALTER TABLE documentation to reflect DERBY-119 (ALTER COLUMN [NOT]NULL) -- Key: DERBY-1765 URL: http://issues.apache.org/jira/browse/DERBY-1765 Project: Derby

[jira] Resolved: (DERBY-119) Add ALTER TABLE option to change column from NULL to NOT NULL

2006-08-26 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-119?page=all ] Bryan Pendleton resolved DERBY-119. --- Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: [Release Note Needed] (was: [Patch Available]) Committed alterColumnNotNull_v3.diff to

[jira] Commented: (DERBY-1754) sqlAuthorization mode causes Null Pointer Exception during ALTER TABLE

2006-08-26 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1754?page=comments#action_12430779 ] Bryan Pendleton commented on DERBY-1754: The following diff indeed seems to resolve this problem; I'll do more testing. Index: java/engine/org/apache/derby

Can one run a test without 'sed'ing the output?

2006-08-26 Thread Daniel John Debrunner
Is it possible to set up a test in the existing harness so that no sed transformation takes place on its output? Thanks, Dan.

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

2006-08-26 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1417?page=comments#action_12430769 ] Knut Anders Hatlen commented on DERBY-1417: --- Hi Kristian, I am not completely comfortable with the 8a patch. It might be the case that all callers of SQL

[jira] Commented: (DERBY-1754) sqlAuthorization mode causes Null Pointer Exception during ALTER TABLE

2006-08-26 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1754?page=comments#action_12430766 ] Bryan Pendleton commented on DERBY-1754: At the instant of the NPE, it appears that addRequiredColumnPriv is assuming that a ColumnDescriptor always has a v

[jira] Commented: (DERBY-1746) upgrade tests should start using 10.1.3 released builds

2006-08-26 Thread Myrna van Lunteren (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1746?page=comments#action_12430753 ] Myrna van Lunteren commented on DERBY-1746: --- I was under the impression the upgrade test would only work with jars, and when one builds jars & runs with

[jira] Updated: (DERBY-1746) upgrade tests should start using 10.1.3 released builds

2006-08-26 Thread Myrna van Lunteren (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1746?page=all ] Myrna van Lunteren updated DERBY-1746: -- Derby Info: (was: [Patch Available]) > upgrade tests should start using 10.1.3 released builds > -

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

2006-08-26 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (17 issues) Subscriber: derby-dev Key Summary DERBY-801 Allow parallel access to data files. http://issues.apache.org/jira/browse/DERBY-801 DERBY-1636 document encryption of an un-encrypted database and re

[jira] Updated: (DERBY-1489) Provide ALTER TABLE DROP COLUMN functionality

2006-08-26 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1489?page=all ] Bryan Pendleton updated DERBY-1489: --- Attachment: dropColumn_v3_view_drop.diff Attached is dropColumn_v3_view_drop.diff, a patch proposal which supercedes the previous patch proposal. This pat

[jira] Resolved: (DERBY-694) Statement exceptions cause all the connection's result sets to be closed with the client driver

2006-08-26 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-694?page=all ] Knut Anders Hatlen resolved DERBY-694. -- Fix Version/s: 10.2.1.0 Resolution: Fixed Marking the issue as fixed since Narayanan's patch has been committed. > Statement exceptions cause

[jira] Resolved: (DERBY-705) Re-enable test which was disabled in DERBY-506 commit

2006-08-26 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-705?page=all ] Knut Anders Hatlen resolved DERBY-705. -- Fix Version/s: 10.2.1.0 Resolution: Fixed Thanks, Narayanan! Committed into trunk with revision 437168. Committed into 10.2 with revision 437

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

2006-08-26 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1473?page=all ] Knut Anders Hatlen resolved DERBY-1473. --- Resolution: Fixed Committed into 10.2 with revision 437146. > Add cut-off and truncation logic to streaming classes in the embedded driver >

Re: [JUnit] Should assertSQLState throw SQLException?

2006-08-26 Thread Knut Anders Hatlen
Daniel John Debrunner <[EMAIL PROTECTED]> writes: > Kristian Waagan wrote: > > >> Any suggestions on how we can achieve what Knut Anders is proposing? >> I think it is a good proposal to preserve the stack trace, the error >> message and the SQL state. > > I think we want to do something like this

[jira] Commented: (DERBY-801) Allow parallel access to data files.

2006-08-26 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12430721 ] Knut Anders Hatlen commented on DERBY-801: -- Thanks for addressing my comments, Anders. I see your point about CorruptRandomAccessFile, but that is a test is

Re: are there any publicly available test results for the 10.2 branch?

2006-08-26 Thread Ole Solberg
Rick Hillegas wrote: > Hi Mike, > > The good news is that Ole is now running regular regression tests > against the head of the 10.2 branch now. However, those results aren't > publicly visible yet. I expect them to appear publicly soon. Now available at http://www.multinet.no/~solberg/public/Ap

Regression Test Failure! - Derby 436874 - Sun DBTG

2006-08-26 Thread Ole . Solberg
[Auto-generated mail] *Derby* 436874/2006-08-25 19:47:46 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.6* 2715713 0 108.34% SunOS-5.10_i86pc-i386 Details in http://www.multinet.no/~s

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

2006-08-26 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1473?page=all ] Knut Anders Hatlen updated DERBY-1473: -- Derby Info: (was: [Patch Available]) I have committed 1c and 2c into trunk with revision 437127. The changes merged cleanly into 10.2, and I plan

Re: [jira] Commented: (DERBY-1750) encryption/stress.multi fails with FatalException: XJ001: Java exception: ': java.lang.AbstractMethodError'. on Linux and Windows XP

2006-08-26 Thread Knut Anders Hatlen
Mike Matrigali <[EMAIL PROTECTED]> writes: > there is often more info in derby.log, at least maybe a stack trace > for the error. There are a log of "expected" errors in derby.log for > this test so looking towards the end usually uncovers the interesting > info. The only errors in derby.log wer

[jira] Resolved: (DERBY-1621) Trigger action statement is not recompile when there is a change that would affect it.

2006-08-26 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1621?page=all ] Yip Ng resolved DERBY-1621. --- Resolution: Fixed > Trigger action statement is not recompile when there is a change that would > affect it. > --

[jira] Updated: (DERBY-1621) Trigger action statement is not recompile when there is a change that would affect it.

2006-08-26 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1621?page=all ] Yip Ng updated DERBY-1621: -- Derby Info: [Release Note Needed] > Trigger action statement is not recompile when there is a change that would > affect it. >

[jira] Closed: (DERBY-1538) Unexpected behavior on self privilege revocation

2006-08-26 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1538?page=all ] Yip Ng closed DERBY-1538. - Fix Version/s: 10.2.1.0 Resolution: Fixed > Unexpected behavior on self privilege revocation > > > Key