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

Modified Files:
      Tag: SQL_2-24
        bram.sql 
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 bram.sql
Index: bram.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/ADT2006/bram.sql,v
retrieving revision 1.2
retrieving revision 1.2.12.1
diff -u -d -r1.2 -r1.2.12.1
--- bram.sql    13 Nov 2006 00:24:51 -0000      1.2
+++ bram.sql    30 Aug 2008 06:43:59 -0000      1.2.12.1
@@ -2,7 +2,7 @@
 CREATE TABLE victim (
 name VARCHAR(50) PRIMARY KEY NOT NULL,
 date_of_birth VARCHAR(10),
-length CHAR(6),
+length CHAR(8),
 eyes CHAR(20),
 hair VARCHAR(30),
 date DATE,


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