Update of /cvsroot/monetdb/sql/src/test/Views/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13463/src/test/Views/Tests

Modified Files:
      Tag: SQL_2-24
        Views.stable.err 
Log Message:
added dynamic type checks in more cases (fixes 
auto_coersion_bug.SF-2075157.sql,string_length_not_checked.SF-2075078.sql)
added checks in alter table (fixes alter_view_not_allowed.SF-2075195.sql)
fixed hanling of not in (fixes select_in_wrong_result.SF-2080168.sql)
use the new thetauselect (fixes select_not_wrong_result.SF-2080151.sql)


U Views.stable.err
Index: Views.stable.err
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Views/Tests/Views.stable.err,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -d -r1.3 -r1.3.4.1
--- Views.stable.err    26 Jan 2008 13:39:19 -0000      1.3
+++ Views.stable.err    30 Aug 2008 06:44:18 -0000      1.3.4.1
@@ -5,18 +5,13 @@
 # 15:59:37 >  Mtimeout -timeout 180 mserver5 
"--config=/ufs/goncalve/scratch/MonetDB/monetdb5/etc/MonetDB5.conf" --debug=10 
--set 
"monet_mod_path=/ufs/goncalve/scratch/MonetDB/monetdb5/lib/MonetDB5:/ufs/goncalve/scratch/MonetDB/monetdb5/lib/MonetDB5/lib:/ufs/goncalve/scratch/MonetDB/monetdb5/lib/MonetDB5/bin"
 --set "gdk_dbfarm=/ufs/goncalve/scratch/MonetDB/monetdb5/var/MonetDB5/dbfarm" 
--set "sql_logdir=/ufs/goncalve/scratch/MonetDB/monetdb5/var/MonetDB5/sql_logs" 
--set 
"sql_logdir=/ufs/goncalve/scratch/MonetDB/monetdb5/var/MonetDB5/xquery_logs" 
--set mapi_port=32496 --set monet_prompt= --trace 
"--dbname=mTests_src_test_Views_Restrictions" --dbinit='include sql;' ; echo ; 
echo Over..
 # 15:59:37 >  
 
-
-# 15:59:37 >  
-# 15:59:37 >  Mtimeout -timeout 60 ./Views.SQL Views 
-# 15:59:37 >  
-
-MAPI  = [EMAIL PROTECTED]:30133
+MAPI  = [EMAIL PROTECTED]:34730
 QUERY = ALTER TABLE v1 DROP COLUMN age;
-ERROR = !cannot drop column age (v1 is a view)
-MAPI  = [EMAIL PROTECTED]:30133
+ERROR = !ALTER TABLE: cannot drop column from VIEW 'v1'
+MAPI  = [EMAIL PROTECTED]:34730
 QUERY = CREATE TRIGGER trigger_test AFTER INSERT ON v1
 ERROR = !CREATE TRIGGER: cannot create trigger on view 'trigger_test'
-MAPI  = [EMAIL PROTECTED]:30133
+MAPI  = [EMAIL PROTECTED]:34730
 QUERY = CREATE INDEX id_age_index ON v1(id,age);
 ERROR = !CREATE INDEX: cannot create index on view 'v1'
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to