[jira] Updated: (JDO-568) Add subquery support to JPOX

2008-01-23 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Jefferson updated JDO-568: --- Assignee: Andy Jefferson (was: Erik Bengtson) Now looks more like this :- [java] RUN

[jira] Commented: (JDO-568) Add subquery support to JPOX

2008-01-23 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12561671#action_12561671 ] Andy Jefferson commented on JDO-568: NonCorrelatedSubqueries test has an error. It tries

[jira] Updated: (JDO-568) Add subquery support to JPOX

2008-01-23 Thread Michael Bouschen (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Bouschen updated JDO-568: - Attachment: JDO-568.patch Good catch! The purpose of this query is to generate a memory collection

[jira] Commented: (JDO-568) Add subquery support to JPOX

2008-01-23 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12561701#action_12561701 ] Andy Jefferson commented on JDO-568: Thx Michael. Patch looks fine, but before committing

[jira] Commented: (JDO-568) Add subquery support to JPOX

2008-01-23 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12561750#action_12561750 ] Andy Jefferson commented on JDO-568: When looking at the correlated tests with this

[jira] Commented: (JDO-568) Add subquery support to JPOX

2008-01-23 Thread Craig Russell (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12561793#action_12561793 ] Craig Russell commented on JDO-568: --- Hi Andy, The subquery seems to have an alias

[jira] Commented: (JDO-568) Add subquery support to JPOX

2008-01-23 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12561801#action_12561801 ] Andy Jefferson commented on JDO-568: Hi Craig, no problem with including aliases for that

[jira] Commented: (JDO-568) Add subquery support to JPOX

2008-01-23 Thread Michael Bouschen (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12561812#action_12561812 ] Michael Bouschen commented on JDO-568: -- I checked in the patch (see revision 614649).