[jira] [Updated] (DERBY-6947) Simple query runs forever

2017-07-05 Thread Lukas Eder (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukas Eder updated DERBY-6947: -- Description: {code} select X1.A as A1, X2.A as A2 from ( select * from ( select 1 as A

[jira] [Created] (DERBY-6947) Simple query runs forever

2017-07-05 Thread Lukas Eder (JIRA)
Lukas Eder created DERBY-6947: - Summary: Simple query runs forever Key: DERBY-6947 URL: https://issues.apache.org/jira/browse/DERBY-6947 Project: Derby Issue Type: Bug Components: SQL

[jira] [Updated] (DERBY-6946) Argument checking for EmbedResultSet_setFetchSize(int) may be incorrect

2017-07-05 Thread Hao Zhong (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Zhong updated DERBY-6946: - Description: The EmbedResultSet_setFetchSize method has the following code to check its argument: {code}

[jira] [Created] (DERBY-6946) Argument checking for EmbedResultSet_setFetchSize(int) may be incorrect

2017-07-05 Thread Hao Zhong (JIRA)
Hao Zhong created DERBY-6946: Summary: Argument checking for EmbedResultSet_setFetchSize(int) may be incorrect Key: DERBY-6946 URL: https://issues.apache.org/jira/browse/DERBY-6946 Project: Derby

[jira] [Commented] (DERBY-6948) INSERT .. SELECT produces NULL for getGeneratedKeys()

2017-07-05 Thread Lukas Eder (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16075961#comment-16075961 ] Lukas Eder commented on DERBY-6948: --- I see, thanks for linking, Rick. Is there any SQL-based workaround

[jira] [Commented] (DERBY-6948) INSERT .. SELECT produces NULL for getGeneratedKeys()

2017-07-05 Thread Lukas Eder (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16074772#comment-16074772 ] Lukas Eder commented on DERBY-6948: --- >From the description, I wasn't sure if this issue is the same as

[jira] [Created] (DERBY-6948) INSERT .. SELECT produces NULL for getGeneratedKeys()

2017-07-05 Thread Lukas Eder (JIRA)
Lukas Eder created DERBY-6948: - Summary: INSERT .. SELECT produces NULL for getGeneratedKeys() Key: DERBY-6948 URL: https://issues.apache.org/jira/browse/DERBY-6948 Project: Derby Issue Type:

[jira] [Commented] (DERBY-6946) Argument checking for EmbedResultSet_setFetchSize(int) may be incorrect

2017-07-05 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16074790#comment-16074790 ] Bryan Pendleton commented on DERBY-6946: I'm confused. Where did you find this code? The code I

[jira] [Commented] (DERBY-6947) Simple query runs forever

2017-07-05 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16074846#comment-16074846 ] Bryan Pendleton commented on DERBY-6947: Perhaps a duplicate of DERBY-6750? > Simple query runs

[jira] [Commented] (DERBY-6947) Simple query runs forever

2017-07-05 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16074809#comment-16074809 ] Bryan Pendleton commented on DERBY-6947: Here's a stack trace from 'jstack': {code:java} "main"

[jira] [Commented] (DERBY-6948) INSERT .. SELECT produces NULL for getGeneratedKeys()

2017-07-05 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16075675#comment-16075675 ] Rick Hillegas commented on DERBY-6948: -- I have linked this issue to DERBY-3609. This is another

[jira] [Commented] (DERBY-6946) Argument checking for EmbedResultSet_setFetchSize(int) may be incorrect

2017-07-05 Thread Hao Zhong (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16075697#comment-16075697 ] Hao Zhong commented on DERBY-6946: -- It turns out that my repository is out of date. I will update my

Error : when building Derby jar files

2017-07-05 Thread Indumni Ayomi
Hello, I got a error when building Derby jar files. But it shows as BUILD SUCCESSFUL. I couldn't figure out the reason for this. The screenshot is attached below.

Re: Error : when building Derby jar files

2017-07-05 Thread Kristian Waagan
Hi Indumni, Looks like ant can't find the 'svnversion' executable. Assuming you have installed Subversion, maybe you need to add its bin-directory to your PATH environment variable? That said, I believe you can use the artifacts that have been built - they will simply miss a version

Re: Error : when building Derby jar files

2017-07-05 Thread Kristian Waagan
When I think about it, this build step doesn't make much sense unless you got the source from a Subversion repository... If you're not building Derby release artifacts (i.e. producing an official Apache Derby release) you can safely ignore those warnings and skip installing software you don't need

Re: Error : when building Derby jar files

2017-07-05 Thread Indumni Ayomi
Hi Kristian, I think that I have not installed the subversion. Thank you for your help. On Thu, Jul 6, 2017 at 1:17 AM, Kristian Waagan wrote: > Hi Indumni, > > Looks like ant can't find the 'svnversion' executable. Assuming you have > installed Subversion, maybe you need