[
https://issues.apache.org/jira/browse/DERBY-3613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Pendleton updated DERBY-3613:
-----------------------------------
Attachment: addCommentAndAnotherTest.diff
Thanks for the review and testing Thomas!
I updated the patch with (a) a short comment on the code change,
and (b) a few other test cases which I created by looking at some
of the other test cases in GroupByTest and adding DISTINCT to them.
The revised patch is attached.
> SELECT DISTINCT field FROM TABLE_NAME GROUP BY field, field2
> -------------------------------------------------------------
>
> Key: DERBY-3613
> URL: https://issues.apache.org/jira/browse/DERBY-3613
> Project: Derby
> Issue Type: Bug
> Affects Versions: 10.3.2.1
> Environment: Windows XP
> Reporter: Artur Kuś
> Assignee: Bryan Pendleton
> Attachments: addCommentAndAnotherTest.diff,
> dontGenerateForDistinct.diff
>
>
> Query 'SELECT DISTINCT field FROM TABLE_NAME GROUP BY field, field2' not
> work ok.
> Distinct is ignored !!!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.