Bugs item #2637051, was opened at 2009-02-25 13:58
Message generated for change (Comment added) made by nielsnes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2637051&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SQL/Core
Group: SQL CVS Head
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Stefan de Konink (skinkie)
Assigned to: Niels Nes (nielsnes)
Summary: Wrong error message for invalid identifier in group by

Initial Comment:
CREATE TABLE "sys"."test2" (
        "test1" int,
        "test2" int
);

select test from test2 group by test;
!relational query without result

Shouldn't the error be like with out the group by?
select test from test2;
!SELECT: identifier 'test' unknown

----------------------------------------------------------------------

>Comment By: Niels Nes (nielsnes)
Date: 2009-04-17 21:10

Message:
fixed this bug (ie we now return the correct error). Test added to
src/test/BugTracker-2009

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2637051&group_id=56967

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to