Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17000/src/test/BugTracker-2009/Tests
Added Files:
double_count_limit_bug.SF-2862146.sql
Log Message:
propagated changes of Saturday Sep 19 2009 - Monday Sep 21 2009
from the Aug2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/09/19 - nielsnes:
src/test/BugTracker-2009/Tests/double_count_limit_bug.SF-2862146.sql,1.1.2.1
fixed bug with 2 coun'ts (or other aggregates) with a limit statement.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- NEW FILE: double_count_limit_bug.SF-2862146.sql ---
create table t2 (i int);
SELECT COUNT (*) AS c1, COUNT (*) AS c2 FROM t2 limit 100;
SELECT COUNT (*) AS c1 FROM t2 limit 100;
SELECT COUNT (*) AS c1, COUNT (*) AS c2 FROM t2;
drop table t2;
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins