[jira] [Created] (DERBY-5947) Factor out common code from generated classes

2012-10-12 Thread Knut Anders Hatlen (JIRA)
Knut Anders Hatlen created DERBY-5947: - Summary: Factor out common code from generated classes Key: DERBY-5947 URL: https://issues.apache.org/jira/browse/DERBY-5947 Project: Derby Issue

[jira] [Commented] (DERBY-5938) Documentation says Derby works with Java 1.4.2

2012-10-12 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13475007#comment-13475007 ] Kim Haase commented on DERBY-5938: -- It does seem odd that it's a VARCHAR(32672) when the

[jira] [Commented] (DERBY-5947) Factor out common code from generated classes

2012-10-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13475008#comment-13475008 ] Bryan Pendleton commented on DERBY-5947: Byte code generation is one of the most

[jira] [Created] (DERBY-5948) Update JVMInfo.java to include JDK 8

2012-10-12 Thread Kim Haase (JIRA)
Kim Haase created DERBY-5948: Summary: Update JVMInfo.java to include JDK 8 Key: DERBY-5948 URL: https://issues.apache.org/jira/browse/DERBY-5948 Project: Derby Issue Type: Task

[jira] [Updated] (DERBY-5938) Documentation says Derby works with Java 1.4.2

2012-10-12 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase updated DERBY-5938: - Attachment: DERBY-5938.zip DERBY-5938.stat DERBY-5938.diff Attaching

[jira] [Commented] (DERBY-5947) Factor out common code from generated classes

2012-10-12 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13475048#comment-13475048 ] Rick Hillegas commented on DERBY-5947: -- I agree with Bryan that we should eliminate

[jira] [Updated] (DERBY-5947) Factor out common code from generated classes

2012-10-12 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5947: -- Attachment: natural-join-decompiled.txt values1-decompiled.txt

Regression Test Report - Daily 1397131 - Sun DBTG

2012-10-12 Thread Ole . Solberg
[Auto-generated mail] *Daily* 1397131/2012-10-11 18:00:07 MEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.7* lin 01750817508 0 .% suitesAll 01515 0 .% jdbcapiAutoLoad 014

[jira] [Commented] (DERBY-4458) Dalvik / Andoid compatibility

2012-10-12 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13475102#comment-13475102 ] Rick Hillegas commented on DERBY-4458: -- Note that as of this time, Android only

[jira] [Commented] (DERBY-5910) Document use of Connection.close() with try-with-resources

2012-10-12 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13475121#comment-13475121 ] Dag H. Wanvik commented on DERBY-5910: -- Thanks, Kim!! I'll attempt a rewording of

Re: [jira] [Created] (DERBY-5944) The hard-coded PlanExporter help message should be internationalized so that it can be translated

2012-10-12 Thread Dag Wanvik
Btw, I see this tool can't be invoked from derbyrun.jar. Should it be added there? Are there other tools that are not invokeable in that way? On 11.10.2012 19:05, Rick Hillegas (JIRA) wrote: Rick Hillegas created DERBY-5944: Summary: The

Re: [jira] [Created] (DERBY-5944) The hard-coded PlanExporter help message should be internationalized so that it can be translated

2012-10-12 Thread Rick Hillegas
On 10/12/12 9:39 AM, Dag Wanvik wrote: Btw, I see this tool can't be invoked from derbyrun.jar. Should it be added there? Sounds like a good idea to me. Are there other tools that are not invokeable in that way? Not that I know of. I just verified that SignatureChecker can be invoked via

[jira] [Commented] (DERBY-2927) Procedures can't return values other than ResultSets

2012-10-12 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13475149#comment-13475149 ] Dag H. Wanvik commented on DERBY-2927: -- This behavior is not per SQL 2003, cf. this

[jira] [Commented] (DERBY-5866) testFiringConstraintOrder(org.apache.derbyTesting.functionTests.tests.lang.TriggerTest)junit.framework.AssertionFailedError: matching triggers need to be fired in orde

2012-10-12 Thread Mamta A. Satoor (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13475240#comment-13475240 ] Mamta A. Satoor commented on DERBY-5866: I saw the error on IBM test runs with IBM

[jira] [Updated] (DERBY-5910) Document use of Connection.close() with try-with-resources

2012-10-12 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase updated DERBY-5910: - Attachment: DERBY-5910-2.zip DERBY-5910-2.diff Thanks very much, Dag -- I do appreciate

[jira] [Commented] (DERBY-2927) Procedures can't return values other than ResultSets

2012-10-12 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13475499#comment-13475499 ] Dag H. Wanvik commented on DERBY-2927: -- I checked the code, and we do parse the

[jira] [Commented] (DERBY-2927) Procedures can't return values other than ResultSets

2012-10-12 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13475506#comment-13475506 ] Dag H. Wanvik commented on DERBY-2927: -- PROC is attempted bound as a function due to

[jira] [Created] (DERBY-5949) Fix PropertySetter to take account of Java 8

2012-10-12 Thread Dag H. Wanvik (JIRA)
Dag H. Wanvik created DERBY-5949: Summary: Fix PropertySetter to take account of Java 8 Key: DERBY-5949 URL: https://issues.apache.org/jira/browse/DERBY-5949 Project: Derby Issue Type:

Re: [jira] [Created] (DERBY-5944) The hard-coded PlanExporter help message should be internationalized so that it can be translated

2012-10-12 Thread Dag Wanvik
On 12.10.2012 18:46, Rick Hillegas wrote: Are there other tools that are not invokeable in that way? Not that I know of. I just verified that SignatureChecker can be invoked via derbyrun. Ah, yes. But the --help option doesn't list that one either. Bug? $ java -jar jars/sane/derbyrun.jar