[jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Anurag Shekhar (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anurag Shekhar updated DERBY-3330: -- Attachment: derby-3330v7.diff This page include the code to scan multiple slot/page if the

[jira] Commented: (DERBY-2667) Create more robust junit TestRunner for running derby tests

2008-02-22 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571303#action_12571303 ] Knut Anders Hatlen commented on DERBY-2667: --- Thanks for addressing my comments.

[jira] Commented: (DERBY-2872) Add Replication functionality to Derby

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571306#action_12571306 ] Jørgen Løland commented on DERBY-2872: -- Thanks for reviewing the funcspec. I'll answer

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Anurag Shekhar
Mike Matrigali wrote: In what situation will it be necessary to run hard upgrade. My understanding was that only new software would create these new types of indexes. All old index behavior was to remain the same and thus would not need the new functionality. So all existing unique indexes

[jira] Commented: (DERBY-2872) Add Replication functionality to Derby

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571307#action_12571307 ] Jørgen Løland commented on DERBY-2872: -- Retrying example in answer to Q3 - (probably

Re: Enabling the statement pooling feature early

2008-02-22 Thread Dyre . Tjeldvoll
Kristian Waagan [EMAIL PROTECTED] writes: Hello all, I just want some opinions on whether it would be acceptable to enable the JDBC statement pooling feature (DERBY-3313) already now, by committing the patch for DERBY-3329. +1 (I hope to commit 3192 soon (without stderr printing), so that

[jira] Commented: (DERBY-3446) Make ResultSet.getStatemet return the correct statement when created by a logical statement

2008-02-22 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571318#action_12571318 ] Knut Anders Hatlen commented on DERBY-3446: --- The patch looks fine to me. Two

[jira] Assigned: (DERBY-3447) Shutdown on a database without stopping replication hangs

2008-02-22 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan reassigned DERBY-3447: -- Assignee: V.Narayanan Shutdown on a database without stopping replication hangs

[jira] Created: (DERBY-3447) Shutdown on a database without stopping replication hangs

2008-02-22 Thread V.Narayanan (JIRA)
Shutdown on a database without stopping replication hangs - Key: DERBY-3447 URL: https://issues.apache.org/jira/browse/DERBY-3447 Project: Derby Issue Type: Bug Components:

[jira] Updated: (DERBY-3192) Cache session data in the client driver

2008-02-22 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dyre Tjeldvoll updated DERBY-3192: -- Attachment: derby-3192-mark2.v6.diff Here is a version of the patch where the stderr println

[jira] Commented: (DERBY-3073) SQL roles: add parser support

2008-02-22 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571321#action_12571321 ] Dag H. Wanvik commented on DERBY-3073: -- DERBY-3073-part4 committed as svn 630124.

[jira] Resolved: (DERBY-3073) SQL roles: add parser support

2008-02-22 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik resolved DERBY-3073. -- Resolution: Fixed Derby Info: [Existing Application Impact, Release Note Needed] (was:

[jira] Commented: (DERBY-2872) Add Replication functionality to Derby

2008-02-22 Thread Henri van de Scheur (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571330#action_12571330 ] Henri van de Scheur commented on DERBY-2872: Thanks a lot Jørgen for your quick

[jira] Commented: (DERBY-2872) Add Replication functionality to Derby

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571333#action_12571333 ] Jørgen Løland commented on DERBY-2872: -- Re Q9: As you indicate, this situation will

Re: Using EMMA for codecoverage analysis

2008-02-22 Thread Vemund Ostgaard
Myrna van Lunteren wrote: On 2/21/08, Vemund Ostgaard [EMAIL PROTECTED] wrote: I'm now working my way through the extra permissions needed for junit.jar and ant-junit.jar when running with instrumented jarfiles. I also think some permissions are needed when running with ant 1.7 that wasn't

[jira] Commented: (DERBY-3192) Cache session data in the client driver

2008-02-22 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571346#action_12571346 ] Knut Anders Hatlen commented on DERBY-3192: --- One more thing: Shouldn't

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571360#action_12571360 ] Dyre Tjeldvoll commented on DERBY-3444: --- Hmm, seems like a lot new practices are

[jira] Updated: (DERBY-3388) Improve message handling for replication messages to derby.log

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jørgen Løland updated DERBY-3388: - Derby Info: [Patch Available] Improve message handling for replication messages to derby.log

[jira] Commented: (DERBY-3073) SQL roles: add parser support

2008-02-22 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571348#action_12571348 ] Dag H. Wanvik commented on DERBY-3073: -- Committed a small fix to sqlgrammar.jj as

[jira] Updated: (DERBY-3388) Improve message handling for replication messages to derby.log

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jørgen Løland updated DERBY-3388: - Attachment: derby-3388-tstamp-and-properties-1a.stat

[jira] Commented: (DERBY-3192) Cache session data in the client driver

2008-02-22 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571345#action_12571345 ] Knut Anders Hatlen commented on DERBY-3192: --- Thanks for the updated patch, Dyre.

[jira] Commented: (DERBY-2911) Implement a buffer manager using java.util.concurrent classes

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571358#action_12571358 ] Øystein Grøvlen commented on DERBY-2911: I have looked at the code introduced in

[jira] Commented: (DERBY-3137) SQL roles: add catalog support

2008-02-22 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571353#action_12571353 ] Dag H. Wanvik commented on DERBY-3137: -- Bug fix in CreateRoleConstantAction committed

[jira] Commented: (DERBY-3192) Cache session data in the client driver

2008-02-22 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571355#action_12571355 ] Knut Anders Hatlen commented on DERBY-3192: --- And perhaps

[jira] Updated: (DERBY-3446) Make ResultSet.getStatemet return the correct statement when created by a logical statement

2008-02-22 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-3446: --- Attachment: derby-3446-2a_rs_getstatement_alternative.stat

[jira] Commented: (DERBY-3446) Make ResultSet.getStatemet return the correct statement when created by a logical statement

2008-02-22 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571365#action_12571365 ] Knut Anders Hatlen commented on DERBY-3446: --- Patch 2a is exactly what I was

[jira] Commented: (DERBY-3192) Cache session data in the client driver

2008-02-22 Thread Dyre Tjeldvoll (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571371#action_12571371 ] Dyre Tjeldvoll commented on DERBY-3192: --- Hi Knut, thanks for the comments. I have

[jira] Updated: (DERBY-3446) Make ResultSet.getStatemet return the correct statement when created by a logical statement

2008-02-22 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-3446: --- Attachment: derby-3446-2b_rs_getstatement_alternative.diff Attached

[jira] Commented: (DERBY-3388) Improve message handling for replication messages to derby.log

2008-02-22 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571385#action_12571385 ] Knut Anders Hatlen commented on DERBY-3388: --- The patch basically looks good. A

[jira] Commented: (DERBY-3446) Make ResultSet.getStatemet return the correct statement when created by a logical statement

2008-02-22 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571374#action_12571374 ] Knut Anders Hatlen commented on DERBY-3446: --- Regarding gc, we don't do any

[jira] Commented: (DERBY-2911) Implement a buffer manager using java.util.concurrent classes

2008-02-22 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571390#action_12571390 ] Knut Anders Hatlen commented on DERBY-2911: --- Thanks for reviewing the code,

[jira] Resolved: (DERBY-3309) Minor cleanups in ClientPooledConnection40 and ClientPooledConnection

2008-02-22 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan resolved DERBY-3309. Resolution: Fixed Fix Version/s: 10.3.2.2 10.2.2.1 Merged

[jira] Commented: (DERBY-3192) Cache session data in the client driver

2008-02-22 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571393#action_12571393 ] Knut Anders Hatlen commented on DERBY-3192: --- Thanks Dyre. But don't let the

[jira] Commented: (DERBY-3446) Make ResultSet.getStatemet return the correct statement when created by a logical statement

2008-02-22 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571398#action_12571398 ] Knut Anders Hatlen commented on DERBY-3446: --- +1 to 2b I think you are right that

[jira] Commented: (DERBY-3428) Doing a replication failover should shutdown the database and the connection should no longer be available

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571404#action_12571404 ] Jørgen Løland commented on DERBY-3428: -- Hi Narayanan, The patch basically looks good.

[jira] Commented: (DERBY-3382) Replication: Slave must inform master if DBs are out of sync.

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571408#action_12571408 ] Øystein Grøvlen commented on DERBY-3382: Thanks for the follow-up patch, Jørgen.

[jira] Updated: (DERBY-3382) Replication: Slave must inform master if DBs are out of sync.

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øystein Grøvlen updated DERBY-3382: --- Derby Info: (was: [Patch Available]) Committed patch 1b as revision 630207. Replication:

[jira] Commented: (DERBY-3382) Replication: Slave must inform master if DBs are out of sync.

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571410#action_12571410 ] Jørgen Løland commented on DERBY-3382: -- Hi Øystein, thanks for committing the patch.

[jira] Commented: (DERBY-3382) Replication: Slave must inform master if DBs are out of sync.

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571412#action_12571412 ] Øystein Grøvlen commented on DERBY-3382: Jørgen Løland (JIRA) wrote: re

Re: Impending release branch cut; how to mask unifinished roles feature

2008-02-22 Thread Rick Hillegas
Hi Dag, This seems like a fine approach to me. A couple comments inline... Dag H. Wanvik wrote: Hi, I am considering how to disable the committed roles code for 10.4, since the feature is not yet finished. The easiest and least intrusive way is just to let all new roles syntax give rise to:

[jira] Commented: (DERBY-3205) Replication: Add connection url command options for starting, stopping slave and for failover

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571436#action_12571436 ] Øystein Grøvlen commented on DERBY-3205: Thanks for the failover patch for slave,

[jira] Commented: (DERBY-3347) ERROR XSDB3: Container information cannot change once written

2008-02-22 Thread Bogdan Calmac (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571439#action_12571439 ] Bogdan Calmac commented on DERBY-3347: -- Since 10.3.2.1 without NIO is not a tested

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571442#action_12571442 ] Rick Hillegas commented on DERBY-3444: -- This code was developed as part of a

Re: Impending release branch cut; how to mask unifinished roles feature

2008-02-22 Thread Daniel John Debrunner
Dag H. Wanvik wrote: Hi, I am considering how to disable the committed roles code for 10.4, since the feature is not yet finished. It is possible to provide a quick summary of what the current state is (what works and what doesn't)? Thanks, Dan.

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571447#action_12571447 ] Daniel John Debrunner commented on DERBY-3444: -- Are we, in fact, deprecating

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571449#action_12571449 ] Daniel John Debrunner commented on DERBY-3444: -- It is an all open-source, all

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

2008-02-22 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (19 issues) Subscriber: derby-dev Key Summary DERBY-3205 Replication: Add connection url command options for starting, stopping slave and for failover https://issues.apache.org/jira/browse/DERBY-3205

Regression Test Report - Daily 629870 - Sun DBTG

2008-02-22 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 629870/2008-02-21 18:01:08 MET Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 0271271 071.79% derbyall 01023010230 0 1401.88% suitesAll linN+1

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Jean T. Anderson (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571459#action_12571459 ] Jean T. Anderson commented on DERBY-3444: - Another thing that troubles me about

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571461#action_12571461 ] Rick Hillegas commented on DERBY-3444: -- I don't think that the existing demo code is

[jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Anurag Shekhar (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anurag Shekhar updated DERBY-3330: -- Attachment: derby-3330v8.diff In this patch (derby-3330v8.diff) I have modified upgrade

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Jean T. Anderson (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571479#action_12571479 ] Jean T. Anderson commented on DERBY-3444: - Being focused in specific areas is great

[jira] Commented: (DERBY-3437) Give all replication threads meaningfull names

2008-02-22 Thread Serge Tsv (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571480#action_12571480 ] Serge Tsv commented on DERBY-3437: -- Hello! I'm trying to figure out if there's more then

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571494#action_12571494 ] Rick Hillegas commented on DERBY-3444: -- It's been a while since I looked at Lucene but

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571500#action_12571500 ] Daniel John Debrunner commented on DERBY-3444: -- Just for background info I

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Mike Matrigali
Why are you upgrading the backing indexes of existing unique constraints, those that exist should only be on non-nullable columns so should not need to be changed. I have not read through the new code yet, but I assume also that new constraints on non-nullable columns also don't use the new

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571503#action_12571503 ] Daniel John Debrunner commented on DERBY-3444: -- Not sure the lucene contrib

[jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-3330: -- please update your implementation spec to include your plan for hard upgrade. Once this is done

[jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-3330: -- comment on implementation details: While creating the unique constraint null checking is now

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Anurag shekhar
Existing unique constraint will have only non nullable columns but it is possible to make columns null able (using statement alter table table name alter column column name null) . Making columns null able isn't allowed on a column participating in unique constraint but as a part of this patch

[jira] Updated: (DERBY-3094) Grouping of expressions causes NullPointerException

2008-02-22 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A B updated DERBY-3094: --- Attachment: d3094_followup.htm Thanks a ton for the detailed write-up, Bryan, that definitely makes it clear as to

Re: [jira] Commented: (DERBY-2667) Create more robust junit TestRunner for running derby tests

2008-02-22 Thread Manjula Kutty
I created the patch using Eclipse and did click the source/correct indentation. Is there a better way to fix this problem? Please let me know, then I will do the same and will update the patch. Thanks Manjula On 2/22/08, Knut Anders Hatlen (JIRA) [EMAIL PROTECTED] wrote: [

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571521#action_12571521 ] Daniel John Debrunner commented on DERBY-3444: -- On the IP issues there happens

[jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Anurag Shekhar (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anurag Shekhar updated DERBY-3330: -- Attachment: UniqueConstraint_Implementation_V2.html Updated version Implementation Details.

[jira] Commented: (DERBY-3437) Give all replication threads meaningfull names

2008-02-22 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571513#action_12571513 ] Øystein Grøvlen commented on DERBY-3437: There will be one set of threads for each

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571517#action_12571517 ] Rick Hillegas commented on DERBY-3444: -- I think that the incubator is a fine next stop

[jira] Commented: (DERBY-3333) User name corresponding to authentication identifier PUBLIC must be rejected

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571533#action_12571533 ] Daniel John Debrunner commented on DERBY-: -- This also applies to role

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Mike Matrigali
I would rather see the upgrade in this case take place when the alter happens rather than creating the non-nullable index up front with null checks, allowing unique indexes that never have this to enjoy the performance possible when the null checking is not necessary. This would mean either

[jira] Updated: (DERBY-3310) ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions

2008-02-22 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-3310: -- Attachment: derby-3310_try1_diff.txt Attached is my initial attempt at fixing this issue. I

[jira] Assigned: (DERBY-3310) ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions

2008-02-22 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden reassigned DERBY-3310: - Assignee: Kathey Marsden ASSERT in MergeSort.checkColumnTypes() disallow legal type

[jira] Updated: (DERBY-3310) ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions

2008-02-22 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-3310: -- Derby Info: [Patch Available, Regression] (was: [Regression]) ASSERT in

[jira] Commented: (DERBY-2667) Create more robust junit TestRunner for running derby tests

2008-02-22 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571549#action_12571549 ] Myrna van Lunteren commented on DERBY-2667: --- I did not notice the weird spacing

[jira] Commented: (DERBY-3310) ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571557#action_12571557 ] Daniel John Debrunner commented on DERBY-3310: -- Nice find. To me the whole

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Army
Mike Matrigali wrote: This would mean either dropping/recreating the index at alter time or adding a new store interface to convert from old index type to new index type. I haven't been following this discussion at all, but for what it's worth, this same sort of question came up in the

[jira] Commented: (DERBY-3444) Tearoff database demo

2008-02-22 Thread Andrew McIntyre (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571559#action_12571559 ] Andrew McIntyre commented on DERBY-3444: Rick said: I think that the incubator is a

[jira] Updated: (DERBY-2667) Create more robust junit TestRunner for running derby tests

2008-02-22 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren updated DERBY-2667: -- Comment: was deleted Create more robust junit TestRunner for running derby tests

Re: [jira] Commented: (DERBY-2667) Create more robust junit TestRunner for running derby tests

2008-02-22 Thread Manjula Kutty
Hi, the two finally blocks are intentional. As per Knut's suggestion I added it so that if some how copying the derby.log fails , we will not loose the original exception. On 2/22/08, Myrna van Lunteren (JIRA) [EMAIL PROTECTED] wrote: [

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Anurag shekhar
Army wrote: Mike Matrigali wrote: This would mean either dropping/recreating the index at alter time or adding a new store interface to convert from old index type to new index type. I haven't been following this discussion at all, but for what it's worth, this same sort of question came up

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Mike Matrigali
Anurag shekhar wrote: Army wrote: Mike Matrigali wrote: This would mean either dropping/recreating the index at alter time or adding a new store interface to convert from old index type to new index type. I haven't been following this discussion at all, but for what it's worth, this same

[jira] Created: (DERBY-3448) Allow the MailJdbc system test to run under junit.

2008-02-22 Thread Daniel John Debrunner (JIRA)
Allow the MailJdbc system test to run under junit. -- Key: DERBY-3448 URL: https://issues.apache.org/jira/browse/DERBY-3448 Project: Derby Issue Type: Improvement Components: Test

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Anurag shekhar
Mike Matrigali wrote: Anurag shekhar wrote: Army wrote: Mike Matrigali wrote: This would mean either dropping/recreating the index at alter time or adding a new store interface to convert from old index type to new index type. I haven't been following this discussion at all, but for what

[jira] Updated: (DERBY-3087) NPE while running the SVT MailJdbc

2008-02-22 Thread Manjula Kutty (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjula Kutty updated DERBY-3087: - Priority: Critical (was: Major) NPE while running the SVT MailJdbc

[jira] Updated: (DERBY-3448) Allow the MailJdbc system test to run under junit.

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner updated DERBY-3448: - Attachment: derby_3448_dbtasks_cleanup.txt Minor cleanup of DbTasks class - no

[jira] Updated: (DERBY-3087) NPE while running the SVT MailJdbc

2008-02-22 Thread Manjula Kutty (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjula Kutty updated DERBY-3087: - I hit the same issue again with ibm16 and this time much early. Also happend to see the same trace

[jira] Commented: (DERBY-3448) Allow the MailJdbc system test to run under junit.

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571588#action_12571588 ] Daniel John Debrunner commented on DERBY-3448: -- Another mt issue is the

[jira] Commented: (DERBY-3087) NPE while running the SVT MailJdbc

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571576#action_12571576 ] Daniel John Debrunner commented on DERBY-3087: -- From a quick look at the test

Taglet Question: EndFormatTaglet and PurposeTaglet

2008-02-22 Thread Barb Cochrane
Hi, EndFormatTaglet and PurposeTaglet both have the following attribution: // Adapted from ToDoTaglet.java, Copyright 2002. Hopefully the author of these files is on this distrib, because I'm wondering what the author means by adapted from. For example, does s/he mean inspired by or

[jira] Commented: (DERBY-2667) Create more robust junit TestRunner for running derby tests

2008-02-22 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571603#action_12571603 ] Kathey Marsden commented on DERBY-2667: --- In eclipse I see a warning for this finally

[jira] Commented: (DERBY-2667) Create more robust junit TestRunner for running derby tests

2008-02-22 Thread Manjula Kutty (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571607#action_12571607 ] Manjula Kutty commented on DERBY-2667: -- Yes, that was my intention. But no harm if I

[jira] Commented: (DERBY-3310) ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions

2008-02-22 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571618#action_12571618 ] Kathey Marsden commented on DERBY-3310: --- Thanks Dan for looking at the patch. Do you

[jira] Commented: (DERBY-3310) ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571624#action_12571624 ] Daniel John Debrunner commented on DERBY-3310: -- Do you think this is a

[jira] Commented: (DERBY-3310) ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571629#action_12571629 ] Daniel John Debrunner commented on DERBY-3310: --

[jira] Created: (DERBY-3449) Add a jmx utility for creating JMX TabularData from a JDBC ResultSet

2008-02-22 Thread Daniel John Debrunner (JIRA)
Add a jmx utility for creating JMX TabularData from a JDBC ResultSet Key: DERBY-3449 URL: https://issues.apache.org/jira/browse/DERBY-3449 Project: Derby Issue Type:

[jira] Updated: (DERBY-3069) Derby does not resolve functions bound to methods with varargs.

2008-02-22 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3069: - Attachment: derby-3069-02-backout.diff Attaching derby-3069-02-backout.diff, which backs out

[jira] Created: (DERBY-3450) Reduce module dependencies in Derby

2008-02-22 Thread Dibyendu Majumdar (JIRA)
Reduce module dependencies in Derby --- Key: DERBY-3450 URL: https://issues.apache.org/jira/browse/DERBY-3450 Project: Derby Issue Type: Improvement Reporter: Dibyendu Majumdar

[jira] Commented: (DERBY-3310) ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571637#action_12571637 ] Daniel John Debrunner commented on DERBY-3310: -- [more rambling] The pattern of

[jira] Created: (DERBY-3451) Remove dependency between StandardException class and org.apache.derby.impl.jdbc classes.

2008-02-22 Thread Dibyendu Majumdar (JIRA)
Remove dependency between StandardException class and org.apache.derby.impl.jdbc classes. - Key: DERBY-3451 URL: https://issues.apache.org/jira/browse/DERBY-3451

[jira] Updated: (DERBY-3449) Add a jmx utility for creating JMX TabularData from a JDBC ResultSet

2008-02-22 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner updated DERBY-3449: - Attachment: JMXResultSet.java DatabaseMBean.java

[jira] Commented: (DERBY-2667) Create more robust junit TestRunner for running derby tests

2008-02-22 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12571630#action_12571630 ] Kathey Marsden commented on DERBY-2667: --- No suggestion. I just hadn't seen the

[jira] Updated: (DERBY-3451) Remove dependency between StandardException class and org.apache.derby.impl.jdbc classes.

2008-02-22 Thread Dibyendu Majumdar (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dibyendu Majumdar updated DERBY-3451: - Description: In the package org.apache.derby.iapi.error, the class StandardException

  1   2   >