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

Added Files:
        correlated_update_type_mismatch.SF-2947841.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/correlated_update_type_mismatch.SF-2947841.sql,1.1.2.1
  added test for SQL: got assertion for type-mismatch
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--- NEW FILE: correlated_update_type_mismatch.SF-2947841.sql ---

create table x (id1 varchar(1000), id2 int);
create table dict (id int, x varchar(100));

UPDATE dict SET id = (SELECT id2 FROM "x" WHERE id1=dict.id);

drop table x;
drop table dict;


------------------------------------------------------------------------------
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