Bug #26097 | Only first aggregate function gets processed | ||
---|---|---|---|
Submitted: | 5 Feb 2007 20:00 | Modified: | 2 Jan 2008 22:23 |
Reporter: | Tonci Grgin | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 5.01.02 | OS: | Windows (Win XP Pro (SP2)) |
Assigned to: | Jess Balint | CPU Architecture: | Any |
Tags: | ODBC5-RC |
[5 Feb 2007 20:00]
Tonci Grgin
[5 Feb 2007 20:02]
Tonci Grgin
Relevant logs
Attachment: Desktop.7z (application/octet-stream, text), 21.44 KiB.
[19 Dec 2007 12:57]
Tonci Grgin
Bug still present in latest 5.1, works in 3.51.
[2 Jan 2008 22:23]
Jess Balint
I tested with, create table bug_26097 ( x int, y double ); insert into bug_26097 values (1,1),(2,2),(3,3),(4,4),(5,5); SELECT SUM(x) AS c, AVG(y) AS d, COUNT(x) AS e FROM bug_26097 I received the expected 15,3,5, result. Tonci - please test with your dobro table to make sure this is correct.
[3 Jan 2008 9:59]
Tonci Grgin
I confirm c/ODBC 5.1.2 2007-12-18 works as expected having the same result as 3.51.