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

Modified Files:
      Tag: SQL_2-24
        alter_view_not_allowed.SF-2075195.stable.err 
        table_update.SF-2080207.sql 
Added Files:
      Tag: SQL_2-24
        extract_bug.SF-2075266.stable.err 
        extract_bug.SF-2075266.stable.out 
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 table_update.SF-2080207.sql
Index: table_update.SF-2080207.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2008/Tests/table_update.SF-2080207.sql,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- table_update.SF-2080207.sql 28 Aug 2008 10:51:44 -0000      1.1.2.1
+++ table_update.SF-2080207.sql 30 Aug 2008 06:44:11 -0000      1.1.2.2
@@ -12,6 +12,8 @@
 insert into b values('1','2');
 insert into b values('3','2');
 
+select a from a where A.a not in (select B.a from B where A.b=B.b);
+
 update A set a='a' where A.a not in (select B.a from B where A.b=B.b);
 
 select * from a;

--- NEW FILE: extract_bug.SF-2075266.stable.err ---
stderr of test 'extract_bug.SF-2075266` in directory 'src/test/BugTracker-2008` 
itself:


# 13:27:40 >  
# 13:27:40 >   mserver5 
"--config=/ufs/niels/scratch/rc/Linux-x86_64/etc/monetdb5.conf" --debug=10 
--set 
"monet_mod_path=/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5/lib:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5/bin"
 --set "gdk_dbfarm=/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB5/dbfarm" 
--set "sql_logdir=/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB5/sql_logs"  
--set mapi_open=true --set xrpc_open=true --set mapi_port=36215 --set 
xrpc_port=40937 --set monet_prompt= --trace  
"--dbname=mTests_src_test_BugTracker-2008" --set sql_debug=16384 --set 
xquery_backend=algebra --set mal_listing=0 "--dbinit= include sql;" ; echo ; 
echo Over..
# 13:27:40 >  

# builtin opt   gdk_arch = 64bitx86_64-unknown-linux-gnu
# builtin opt   gdk_version = 1.24.0
# builtin opt   monet_pid = 6390
# builtin opt   prefix = /ufs/niels/scratch/rc/Linux-x86_64
# builtin opt   exec_prefix = ${prefix}
# builtin opt   gdk_dbname = tst
# builtin opt   gdk_dbfarm = ${prefix}/var/MonetDB
# builtin opt   gdk_debug = 8
# builtin opt   gdk_mem_bigsize = 262144
# builtin opt   gdk_alloc_map = yes
# builtin opt   gdk_mem_pagebits = 14
# builtin opt   gdk_vmtrim = yes
# builtin opt   monet_admin = adm
# builtin opt   monet_prompt = >
# builtin opt   monet_welcome = yes
# builtin opt   monet_mod_path = 
${exec_prefix}/lib/MonetDB:${exec_prefix}/lib/bin
# builtin opt   monet_daemon = yes
# builtin opt   host = localhost
# builtin opt   mapi_port = 50000
# builtin opt   mapi_noheaders = no
# builtin opt   mapi_debug = 0
# builtin opt   mapi_clients = 2
# builtin opt   sql_debug = 0
# builtin opt   sql_logdir = ${prefix}/var/MonetDB/sql_logs
# builtin opt   xquery_logdir = ${prefix}/var/MonetDB/xquery_logs
# builtin opt   standoff_ns = http://monetdb.cwi.nl/standoff
# builtin opt   standoff_start = start
# builtin opt   standoff_end = end
# config opt    prefix = /ufs/niels/scratch/rc/Linux-x86_64
# config opt    config = ${prefix}/etc/monetdb5.conf
# config opt    prefix = /ufs/niels/scratch/rc/Linux-x86_64
# config opt    exec_prefix = ${prefix}
# config opt    gdk_dbfarm = ${prefix}/var/MonetDB5/dbfarm
# config opt    gdk_dbname = demo
# config opt    gdk_alloc_map = no
# config opt    gdk_embedded = no
# config opt    gdk_debug = 0
# config opt    monet_mod_path = 
${exec_prefix}/lib/MonetDB5:${exec_prefix}/lib/MonetDB5/lib:${exec_prefix}/lib/MonetDB5/bin
# config opt    monet_daemon = no
# config opt    monet_welcome = yes
# config opt    mero_msglog = ${prefix}/var/log/merovingian.log
# config opt    mero_errlog = ${prefix}/var/log/merovingian.log
# config opt    mero_timeinterval = 600
# config opt    mero_pidfile = ${prefix}/var/run/merovingian.pid
# config opt    mero_exittimeout = 7
# config opt    mero_doproxy = yes
# config opt    mero_discoveryttl = 600
# config opt    mal_init = ${exec_prefix}/lib/MonetDB5/mal_init.mal
# config opt    mal_listing = 15
# config opt    checkpoint_dir = ${prefix}/var/MonetDB5/chkpnt
# config opt    mapi_port = 50000
# config opt    mapi_open = false
# config opt    sql_debug = 0
# config opt    sql_logdir = ${prefix}/var/MonetDB5/sql_logs
# config opt    sql_init = ${exec_prefix}/lib/MonetDB5/sql_init.sql
# cmdline opt   config = /ufs/niels/scratch/rc/Linux-x86_64/etc/monetdb5.conf
# cmdline opt   monet_mod_path = 
/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5/lib:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5/bin
# cmdline opt   gdk_dbfarm = 
/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB5/dbfarm
# cmdline opt   sql_logdir = 
/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB5/sql_logs
# cmdline opt   mapi_open = true
# cmdline opt   xrpc_open = true
# cmdline opt   mapi_port = 36215
# cmdline opt   xrpc_port = 40937
# cmdline opt   monet_prompt = 
# cmdline opt   gdk_dbname = mTests_src_test_BugTracker-2008
# cmdline opt   sql_debug = 16384
# cmdline opt   xquery_backend = algebra
# cmdline opt   mal_listing = 0
# cmdline opt   gdk_debug = 10
#warning: please don't forget to set your vault key!
#(see /ufs/niels/scratch/rc/Linux-x86_64/etc/monetdb5.conf)

# 13:27:40 >  
# 13:27:40 >  mclient -lsql -umonetdb -Pmonetdb --host=alf --port=36215  -G
# 13:27:40 >  


# 13:27:40 >  
# 13:27:40 >  Done.
# 13:27:40 >  


U alter_view_not_allowed.SF-2075195.stable.err
Index: alter_view_not_allowed.SF-2075195.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2008/Tests/alter_view_not_allowed.SF-2075195.stable.err,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- alter_view_not_allowed.SF-2075195.stable.err        29 Aug 2008 11:08:23 
-0000      1.1.2.1
+++ alter_view_not_allowed.SF-2075195.stable.err        30 Aug 2008 06:44:04 
-0000      1.1.2.2
@@ -79,9 +79,9 @@
 # 12:25:51 >  mclient -lsql -umonetdb -Pmonetdb --host=alf --port=30598 
 # 12:25:51 >  
 
-MAPI  = [EMAIL PROTECTED]:30598
+MAPI  = [EMAIL PROTECTED]:34730
 QUERY = alter table myview alter column a set null;
-ERROR = !ALTER TABLE: cannot SET COLUMN options for VIEW 'myview'
+ERROR = !ALTER TABLE: cannot set column options for VIEW 'myview'
 
 # 12:25:51 >  
 # 12:25:51 >  Done.

--- NEW FILE: extract_bug.SF-2075266.stable.out ---
stdout of test 'extract_bug.SF-2075266` in directory 'src/test/BugTracker-2008` 
itself:


# 13:27:40 >  
# 13:27:40 >   mserver5 
"--config=/ufs/niels/scratch/rc/Linux-x86_64/etc/monetdb5.conf" --debug=10 
--set 
"monet_mod_path=/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5/lib:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5/bin"
 --set "gdk_dbfarm=/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB5/dbfarm" 
--set "sql_logdir=/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB5/sql_logs"  
--set mapi_open=true --set xrpc_open=true --set mapi_port=36215 --set 
xrpc_port=40937 --set monet_prompt= --trace  
"--dbname=mTests_src_test_BugTracker-2008" --set sql_debug=16384 --set 
xquery_backend=algebra --set mal_listing=0 "--dbinit= include sql;" ; echo ; 
echo Over..
# 13:27:40 >  

# MonetDB server v5.6.0, based on kernel v1.24.1
# Serving database 'mTests_src_test_BugTracker-2008'
# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically linked
# Copyright (c) 1993-2008 CWI, all rights reserved
# Visit http://monetdb.cwi.nl/ for further information
# Listening for connection requests on mapi:monetdb://alf.ins.cwi.nl:36215/
# MonetDB/SQL module v2.24.1 loaded

Ready.
# falling back to direct mode 
# falling back to direct mode 
# falling back to direct mode 
#function user.main():void;
#    clients.quit();
#end main;

Over..

# 13:27:40 >  
# 13:27:40 >  mclient -lsql -umonetdb -Pmonetdb --host=alf --port=36215  -G
# 13:27:40 >  

[ 1     ]
% sys.a # table_name
% sql_mul_second_fips2 # name
% bigint # type
% 7 # length
[ 9     ]
% sys.a # table_name
% second_fips2 # name
% int # type
% 1 # length
[ 0.999999      ]

# 13:27:40 >  
# 13:27:40 >  Done.
# 13:27:40 >  



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