[jira] [Commented] (DERBY-5728) Add Support for NULL IS NULL

2012-04-25 Thread bernard (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262224#comment-13262224 ] bernard commented on DERBY-5728: I think it it is different because it is more narrow in s

[jira] [Commented] (DERBY-5728) Add Support for NULL IS NULL

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262122#comment-13262122 ] Knut Anders Hatlen commented on DERBY-5728: --- Hi Bernard, Is this problem differ

[jira] [Updated] (DERBY-5728) Add Support for NULL IS NULL

2012-04-25 Thread bernard (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bernard updated DERBY-5728: --- Description: The following query fails: SELECT ID FROM CUSTOMER WHERE ((NULL IS NULL) OR (NAME = NULL)) Why

[jira] [Updated] (DERBY-5728) Add Support for NULL IS NULL

2012-04-25 Thread bernard (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bernard updated DERBY-5728: --- Attachment: NullParameterHibernateDerbyMaven.zip Hibernate Test Case > Add Support for NULL

[jira] [Updated] (DERBY-5728) Add Support for NULL IS NULL

2012-04-25 Thread bernard (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bernard updated DERBY-5728: --- Attachment: NullParameterEclipseLinkDerbyMaven.zip EclipseLink Test Case > Add Support for N

[jira] [Created] (DERBY-5728) Add Support for NULL IS NULL

2012-04-25 Thread bernard (JIRA)
bernard created DERBY-5728: -- Summary: Add Support for NULL IS NULL Key: DERBY-5728 URL: https://issues.apache.org/jira/browse/DERBY-5728 Project: Derby Issue Type: Improvement Components:

[jira] [Commented] (DERBY-5696) Documentation on LOBs needs some fixes

2012-04-25 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262033#comment-13262033 ] Kim Haase commented on DERBY-5696: -- Sorry, the change is in the attached DERBY-5696.diff

[jira] [Updated] (DERBY-5696) Documentation on LOBs needs some fixes

2012-04-25 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase updated DERBY-5696: - Issue & fix info: Patch Available > Documentation on LOBs needs some fixes >

[jira] [Updated] (DERBY-5696) Documentation on LOBs needs some fixes

2012-04-25 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase updated DERBY-5696: - Attachment: rrefjdbc96386.html DERBY-5696.diff I think that we can get away with adding j

[jira] [Resolved] (DERBY-5667) testReadCommitted(org.apache.derbyTesting.functionTests.tests.store.UpdateLocksTest)junit.framework.AssertionFailedError: Missing rows in ResultSet

2012-04-25 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren resolved DERBY-5667. --- Resolution: Fixed Fix Version/s: 10.9.0.0 10.8.2.3

[jira] [Commented] (DERBY-5696) Documentation on LOBs needs some fixes

2012-04-25 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261952#comment-13261952 ] Kim Haase commented on DERBY-5696: -- Thanks very much for that explanation, Kristian. I'll

[jira] [Commented] (DERBY-5679) Rolling back a transaction leads to an inconsistent state

2012-04-25 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261946#comment-13261946 ] Mike Matrigali commented on DERBY-5679: --- I think the approach of getting update to

[jira] [Commented] (DERBY-4115) Provide a way to drop statistics information

2012-04-25 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261884#comment-13261884 ] Mamta A. Satoor commented on DERBY-4115: As the next step, I am looking at actuall

[jira] [Updated] (DERBY-4115) Provide a way to drop statistics information

2012-04-25 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamta A. Satoor updated DERBY-4115: --- Attachment: DERBY4115_patch3_diff.txt I am attaching another patch(DERBY4115_patch3_diff) whi

[jira] [Commented] (DERBY-5726) Make it more difficult to forget calling super.tearDown() from BaseJDBCTestCase's subclasses

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261847#comment-13261847 ] Knut Anders Hatlen commented on DERBY-5726: --- There were no failures in suites.Al

[jira] [Commented] (DERBY-5667) testReadCommitted(org.apache.derbyTesting.functionTests.tests.store.UpdateLocksTest)junit.framework.AssertionFailedError: Missing rows in ResultSet

2012-04-25 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261827#comment-13261827 ] Mike Matrigali commented on DERBY-5667: --- the second patch looks good to me.

Maven debug and source artifacts for Derby

2012-04-25 Thread Kristian Waagan
Hi, A few JIRAs have been logged where users are requesting that the Derby community provide debug artifacts for Maven (links at the end): o DERBY-5668: Derby does not publish source artifacts to Maven Central o DERBY-5543: include debug info in derby builds uploaded to maven o DERBY-3910

Regression Test Report - Daily 1329813 - Sun DBTG

2012-04-25 Thread Ole . Solberg
[Auto-generated mail] *Daily* 1329813/2012-04-24 18:00:08 MEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.7* lin 01558315583 0 .% suitesAll 01515 0 .% jdbcapiAutoLoad 0141

[jira] [Updated] (DERBY-5725) ErrorStreamTest doesn't call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5725: -- Issue & fix info: Patch Available Assignee: Knut Anders Hatlen > ErrorS

[jira] [Updated] (DERBY-5725) ErrorStreamTest doesn't call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5725: -- Attachment: d5725-1a.diff The attached patch adds the missing call. >

[jira] [Updated] (DERBY-5727) Update POMs to deploy Maven artifacts to repository.apache.org and use ASF parent POM

2012-04-25 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-5727: --- Attachment: derby-5727-1a-inherit_asf_pom.diff Attaching patch 1a, which makes the derby-proj

[jira] [Updated] (DERBY-5727) Update POMs to deploy Maven artifacts to repository.apache.org and use ASF parent POM

2012-04-25 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-5727: --- Issue & fix info: Patch Available > Update POMs to deploy Maven artifacts to repository.a

[jira] [Updated] (DERBY-5724) EncryptionKeyTest sometimes keeps reference to connection

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5724: -- Issue & fix info: Patch Available Assignee: Knut Anders Hatlen

[jira] [Updated] (DERBY-5724) EncryptionKeyTest sometimes keep reference to connection

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5724: -- Attachment: d5724-1a.diff Attaching a patch that makes tearDown() null out the connecti

[jira] [Updated] (DERBY-5723) LongColumnTest doesn't call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5723: -- Issue & fix info: Patch Available Assignee: Knut Anders Hatlen > LongCo

[jira] [Updated] (DERBY-5723) LongColumnTest doesn't call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5723: -- Attachment: d5723-1a.diff The attached patch adds the missing call. >

[jira] [Created] (DERBY-5727) Update POMs to deploy Maven artifacts to repository.apache.org and use ASF parent POM

2012-04-25 Thread Kristian Waagan (JIRA)
Kristian Waagan created DERBY-5727: -- Summary: Update POMs to deploy Maven artifacts to repository.apache.org and use ASF parent POM Key: DERBY-5727 URL: https://issues.apache.org/jira/browse/DERBY-5727

[jira] [Updated] (DERBY-5721) ParameterMappingTest lacks call to super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5721: -- Attachment: d5721-1a.diff Attaching a patch that simplifies tearDown() by using helper

[jira] [Updated] (DERBY-5722) InternationalConnectTest forgets to call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5722: -- Issue & fix info: Patch Available > InternationalConnectTest forgets to call super.

[jira] [Updated] (DERBY-5721) ParameterMappingTest lacks call to super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5721: -- Issue & fix info: Patch Available > ParameterMappingTest lacks call to super.tearDo

[jira] [Assigned] (DERBY-5721) ParameterMappingTest lacks call to super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen reassigned DERBY-5721: - Assignee: Knut Anders Hatlen > ParameterMappingTest lacks call to super.tearD

[jira] [Updated] (DERBY-5722) InternationalConnectTest forgets to call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5722: -- Attachment: d5722-1a.diff The attached patch makes the following changes to Internation

[jira] [Assigned] (DERBY-5722) InternationalConnectTest forgets to call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen reassigned DERBY-5722: - Assignee: Knut Anders Hatlen > InternationalConnectTest forgets to call super

[jira] [Commented] (DERBY-5726) Make it more difficult to forget calling super.tearDown() from BaseJDBCTestCase's subclasses

2012-04-25 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261603#comment-13261603 ] Rick Hillegas commented on DERBY-5726: -- Hi Knut, That sounds like a good idea. Maybe

[jira] [Created] (DERBY-5726) Make it more difficult to forget calling super.tearDown() from BaseJDBCTestCase's subclasses

2012-04-25 Thread Knut Anders Hatlen (JIRA)
Knut Anders Hatlen created DERBY-5726: - Summary: Make it more difficult to forget calling super.tearDown() from BaseJDBCTestCase's subclasses Key: DERBY-5726 URL: https://issues.apache.org/jira/browse/DERBY-57

[jira] [Created] (DERBY-5725) ErrorStreamTest doesn't call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
Knut Anders Hatlen created DERBY-5725: - Summary: ErrorStreamTest doesn't call super.tearDown() Key: DERBY-5725 URL: https://issues.apache.org/jira/browse/DERBY-5725 Project: Derby Issue T

[jira] [Updated] (DERBY-5723) LongColumnTest doesn't call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5723: -- Component/s: Test Affects Version/s: 10.9.0.0 > LongColumnTest doesn't ca

[jira] [Updated] (DERBY-5722) InternationalConnectTest forgets to call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5722: -- Component/s: Test Affects Version/s: 10.9.0.0 > InternationalConnectTest

[jira] [Created] (DERBY-5724) EncryptionKeyTest sometimes keep reference to connection

2012-04-25 Thread Knut Anders Hatlen (JIRA)
Knut Anders Hatlen created DERBY-5724: - Summary: EncryptionKeyTest sometimes keep reference to connection Key: DERBY-5724 URL: https://issues.apache.org/jira/browse/DERBY-5724 Project: Derby

[jira] [Created] (DERBY-5723) LongColumnTest doesn't call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
Knut Anders Hatlen created DERBY-5723: - Summary: LongColumnTest doesn't call super.tearDown() Key: DERBY-5723 URL: https://issues.apache.org/jira/browse/DERBY-5723 Project: Derby Issue Ty

[jira] [Created] (DERBY-5722) InternationalConnectTest forgets to call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
Knut Anders Hatlen created DERBY-5722: - Summary: InternationalConnectTest forgets to call super.tearDown() Key: DERBY-5722 URL: https://issues.apache.org/jira/browse/DERBY-5722 Project: Derby

[jira] [Created] (DERBY-5721) ParameterMappingTest lacks call to super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
Knut Anders Hatlen created DERBY-5721: - Summary: ParameterMappingTest lacks call to super.tearDown() Key: DERBY-5721 URL: https://issues.apache.org/jira/browse/DERBY-5721 Project: Derby I

[jira] [Closed] (DERBY-5716) TimestampArithTest keeps references to statements after completion

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-5716. - Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch

[jira] [Closed] (DERBY-5715) InbetweenTest holds on to resources after completion

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-5715. - Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch

[jira] [Closed] (DERBY-5720) UngroupedAggregatesNegativeTest doesn't call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-5720. - Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch

[jira] [Closed] (DERBY-5719) UniqueConstraintMultiThreadedTest doesn't call super.tearDown()

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-5719. - Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch

[jira] [Closed] (DERBY-5718) UniqueConstraintSetNullTest calls super.tearDown() too early

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-5718. - Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch

[jira] [Closed] (DERBY-5714) ColumnDefaultsTest holds on to resources after completion

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-5714. - Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch

[jira] [Closed] (DERBY-5713) AlterTableTest holds on to resources after completion

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-5713. - Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch

[jira] [Closed] (DERBY-5705) Authorization decorators don't null out connections when done

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-5705. - Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch

[jira] [Closed] (DERBY-5708) simpleThread test doesn't release connection

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-5708. - Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch

[jira] [Closed] (DERBY-5712) CheckConstraintTest holds on to resources after completion

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-5712. - Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch

[jira] [Closed] (DERBY-5704) Various cleanups in CoalesceTest

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-5704. - Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch

[jira] [Closed] (DERBY-5717) TableFunctionTest keeps reference to connection after completion

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-5717. - Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch

[jira] [Commented] (DERBY-5717) TableFunctionTest keeps reference to connection after completion

2012-04-25 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261412#comment-13261412 ] Kristian Waagan commented on DERBY-5717: +1 > TableFunctionTest k

[jira] [Updated] (DERBY-5717) TableFunctionTest keeps reference to connection after completion

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5717: -- Attachment: d5717-1a.diff The attached patch clears the _databaseMetaData field in tear

[jira] [Updated] (DERBY-5717) TableFunctionTest keeps reference to connection after completion

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5717: -- Issue & fix info: Patch Available Assignee: Knut Anders Hatlen > TableF

[jira] [Updated] (DERBY-5715) InbetweenTest holds on to resources after completion

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5715: -- Issue & fix info: Patch Available > InbetweenTest holds on to resources after compl

[jira] [Updated] (DERBY-5716) TimestampArithTest keeps references to statements after completion

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5716: -- Issue & fix info: Patch Available > TimestampArithTest keeps references to statemen

[jira] [Updated] (DERBY-5716) TimestampArithTest keeps references to statements after completion

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5716: -- Attachment: d5716-1a.diff Attaching a patch that makes two changes to the test: 1) It

[jira] [Updated] (DERBY-5715) InbetweenTest holds on to resources after completion

2012-04-25 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5715: -- Attachment: d5715-1a.diff The attached patch removes the instance variables from Inbetw