[jira] Commented: (OPENJPA-51) bad sql pushdown, sub select is missing from clause

2007-05-09 Thread Marc Prud'hommeaux (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494583 ] Marc Prud'hommeaux commented on OPENJPA-51: --- This patch caused 17 TCK tests to start failing, so it needs

Re: [jira] Commented: (OPENJPA-51) bad sql pushdown, sub select is missing from clause

2007-05-08 Thread Abe White
You are right, the code before theispatch (SelectImpl.java revision 52881) worked for to-one relation, but never worked for to-many relation. Do you have any idea of fixing this problem? Your patch broke it, so I assume you'll either roll back the patch or fix it. As I said, I don't

[jira] Commented: (OPENJPA-51) bad sql pushdown, sub select is missing from clause

2007-05-07 Thread Abe White (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494070 ] Abe White commented on OPENJPA-51: -- Yes, the test was passing before. Have you tried against a to-one relation

[jira] Commented: (OPENJPA-51) bad sql pushdown, sub select is missing from clause

2007-05-07 Thread Catalina Wei (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494138 ] Catalina Wei commented on OPENJPA-51: - Abe, You are right, the code before theispatch (SelectImpl.java revision

[jira] Commented: (OPENJPA-51) bad sql pushdown, sub select is missing from clause

2007-05-04 Thread Catalina Wei (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493764 ] Catalina Wei commented on OPENJPA-51: - Abe, Is it really a regression? I replaced the copy of SelectImpl with

[jira] Commented: (OPENJPA-51) bad sql pushdown, sub select is missing from clause

2007-05-02 Thread Abe White (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493126 ] Abe White commented on OPENJPA-51: -- I don't remember how any of that stuff works at all. However, the following

[jira] Commented: (OPENJPA-51) bad sql pushdown, sub select is missing from clause

2007-05-02 Thread Abe White (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493200 ] Abe White commented on OPENJPA-51: -- OK, I see. You still shouldn't be using a fixed array. Use a BitSet. As to

[jira] Commented: (OPENJPA-51) bad sql pushdown, sub select is missing from clause

2007-04-26 Thread Catalina Wei (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491902 ] Catalina Wei commented on OPENJPA-51: - Abe, I am working on issue OPENJPA-51 for David Wisneski. I need some