Update of /cvsroot/monetdb/sql/src/test/BugTracker-2010/Tests
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22972/src/test/BugTracker-2010/Tests

Added Files:
        order_by_on_single_row_view.SF-2950453.sql 
Log Message:
propagated changes of Thursday Feb 25 2010 - Monday Mar 01 2010
from the Feb2010 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/02/25 - nielsnes:
          
src/test/BugTracker-2010/Tests/order_by_on_single_row_view.SF-2950453.sql,1.1.2.1
  add test for bug
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--- NEW FILE: order_by_on_single_row_view.SF-2950453.sql ---
CREATE VIEW x AS SELECT 1.0 as score, 'a' as avalue, 'b' AS displayname;
SELECT * FROM x;
SELECT * FROM x ORDER BY score;
SELECT * FROM (SELECT 1.0 as score) AS x ORDER BY x.score;
drop view x;


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to