Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DISTINCT Syntax in COUNT #39

Closed
GoogleCodeExporter opened this issue Mar 22, 2016 · 2 comments
Closed

DISTINCT Syntax in COUNT #39

GoogleCodeExporter opened this issue Mar 22, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Parse - Create : SELECT COUNT(DISTINCT BLA) FROM FOO


What is the expected output? What do you see instead?
expect
SELECT COUNT(DISTINCT BLA) FROM FOO

get 
 unknow expression type bla bla in processSELECT because of missing processing func
also the innards are beeing ,-concatinated which is not expected for such a 
DISTINCT

What version of the product are you using? On what operating system?
lastest svn

Please provide any additional information below.
a better error handling (instead of prints) would also be welcome


Original issue reported on code.google.com by patrik.p...@gmail.com on 20 Mar 2012 at 12:12

@GoogleCodeExporter
Copy link
Author

Check the latest version on trunk. How would you like to see the error 
handling? Any ideas?

Original comment by pho...@gmx.de on 21 Mar 2012 at 10:23

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

I have inserted the line number of the error within the creator. You can 
override the stop() method on your own subclass and implement another handling 
too.

Original comment by pho...@gmx.de on 22 Mar 2012 at 1:08

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant