[jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-08-18 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-504?page=all ] Knut Anders Hatlen updated DERBY-504: - Attachment: DERBY-504.distinct.diff Fixes the optimization bug which caused the trouble. Disables some optimization, so maybe we should fix it in anot

[jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-08-26 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-504?page=all ] Knut Anders Hatlen updated DERBY-504: - Attachment: (was: DERBY-504.distinct.diff) > SELECT DISTINCT returns duplicates when selecting from subselects > --

[jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-08-26 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-504?page=all ] Knut Anders Hatlen updated DERBY-504: - Attachment: DERBY-504.diff I have attached a patch which fixes the optimization bug by checking that a subquery has the same columns as the top-level

[jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-08-28 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-504?page=all ] Knut Anders Hatlen updated DERBY-504: - Attachment: (was: DERBY-504.diff) > SELECT DISTINCT returns duplicates when selecting from subselects > ---

[jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-08-28 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-504?page=all ] Knut Anders Hatlen updated DERBY-504: - Attachment: DERBY-504.diff DERBY-504.stat Added tests for the bug. No code changes from the previous patch. The following tests were m

[jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-09-01 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-504?page=all ] Knut Anders Hatlen updated DERBY-504: - Attachment: DERBY-504_c.diff DERBY-504_c.stat Changed the patch as suggested by Rick. > SELECT DISTINCT returns duplicates when select

[jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-09-01 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-504?page=all ] Knut Anders Hatlen updated DERBY-504: - Attachment: DERBY-504_c-CRLF.diff Uploaded a new patch with windows line terminators. Perhaps one of the committers could set svn:eol-style=native on

[jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-09-01 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-504?page=all ] Knut Anders Hatlen updated DERBY-504: - Attachment: DERBY-504_c-CRLF.diff Uploaded a new patch with windows line terminators. Perhaps one of the committers could set svn:eol-style=native on

[jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-09-07 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-504?page=all ] Knut Anders Hatlen updated DERBY-504: - Attachment: DERBY-504-cleanup.diff DERBY-504-cleanup.stat Attached a clean-up patch against trunk which removes a redundant check point

[jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-09-07 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-504?page=all ] Knut Anders Hatlen updated DERBY-504: - Attachment: DERBY-504-10.1-unix.diff DERBY-504-10.1-windows.diff DERBY-504-10.1.stat I have attached a patch for 10.1.

[jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-09-20 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-504?page=all ] Knut Anders Hatlen updated DERBY-504: - Fix Version: 10.1.2.0 (was: 10.2.0.0) Version: 10.1.2.0 (was: 10.2.0.0) Changed fix version. > SELEC

[jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-09-20 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-504?page=all ] Knut Anders Hatlen updated DERBY-504: - Fix Version: 10.2.0.0 > SELECT DISTINCT returns duplicates when selecting from subselects > ---

Re: [jira] Updated: (DERBY-504) SELECT DISTINCT returns duplicates when selecting from subselects

2005-09-20 Thread Daniel John Debrunner
Knut Anders Hatlen (JIRA) wrote: > [ http://issues.apache.org/jira/browse/DERBY-504?page=all ] > > Knut Anders Hatlen updated DERBY-504: > - > > Fix Version: 10.1.2.0 > (was: 10.2.0.0) > Version: 10.1.2.0 >