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

2008-01-27 Thread Michael Bouschen (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12563018#action_12563018 ] Michael Bouschen commented on JDO-568: -- Hi Andy, I agree the expected result of

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

2008-01-27 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12563022#action_12563022 ] Andy Jefferson commented on JDO-568: Thx Michael. I also fixed a couple of errors

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

2008-01-27 Thread Michael Bouschen (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12563025#action_12563025 ] Michael Bouschen commented on JDO-568: -- You are right! I updated the expected result in

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

2008-01-26 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12562899#action_12562899 ] Andy Jefferson commented on JDO-568: I'd suggest, after looking at the data as I interpret

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

2008-01-24 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12561981#action_12561981 ] Andy Jefferson commented on JDO-568: 2 further comments on the NonCorrelatedSubqueries 1.

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

2008-01-24 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12562012#action_12562012 ] Andy Jefferson commented on JDO-568: In fact looking at the testdata for subqueries tests

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

2008-01-24 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12562024#action_12562024 ] Andy Jefferson commented on JDO-568: And the NullSubqueryParameter test had an API query

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

2008-01-24 Thread Michael Bouschen (JIRA)
[ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12562032#action_12562032 ] Michael Bouschen commented on JDO-568: -- Hi Andy, Good catch! I agree with all your

[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] 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).