Update of /cvsroot/monetdb/sql/src/test/BugDay_2005-12-19_2.9.3/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8088/src/test/BugDay_2005-12-19_2.9.3/Tests

Modified Files:
        subquery_syntax.SF-1296390.sql 
Log Message:
propagated changes of Friday Aug 07 2009
from the Aug2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/07 - nielsnes:
        
src/test/BugDay_2005-12-19_2.9.3/Tests/subquery_syntax.SF-1296390.sql,1.1.28.1
bug fixing

prepare/execute statements now go to seperate query cache
check for ambiguous order by columns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: subquery_syntax.SF-1296390.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-12-19_2.9.3/Tests/subquery_syntax.SF-1296390.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- subquery_syntax.SF-1296390.sql      19 Dec 2005 15:49:15 -0000      1.1
+++ subquery_syntax.SF-1296390.sql      7 Aug 2009 21:25:05 -0000       1.2
@@ -1,4 +1,4 @@
 create table test1296390 (id int);
 insert into test1296390 values (1);
-insert into test1296390 values (select max(id) + 1 from test1296390);
-insert into test1296390 values ((select max(id) + 1 from test1296390));
+insert into test1296390 (select max(id) + 1 from test1296390);
+insert into test1296390 ((select max(id) + 1 from test1296390));


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to