Changeset: cfa90ebf798f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cfa90ebf798f
Modified Files:
        sql/test/bugs/Tests/select_select_bug.sql
        sql/test/bugs/Tests/select_select_bug.stable.out
Branch: default
Log Message:

merged with jun2016


diffs (26 lines):

diff --git a/sql/test/bugs/Tests/select_select_bug.sql 
b/sql/test/bugs/Tests/select_select_bug.sql
--- a/sql/test/bugs/Tests/select_select_bug.sql
+++ b/sql/test/bugs/Tests/select_select_bug.sql
@@ -1,5 +1,5 @@
 CREATE TABLE vessels (implicit_timestamp timestamp, mmsi int, lat real, lon 
real, nav_status tinyint, cog real, sog real, true_heading smallint, rotais 
smallint);
-SELECT (SELECT current_timestamp), count(DISTINCT mmsi) FROM vessels;
+SELECT (SELECT 1), count(DISTINCT mmsi) FROM vessels;
 drop table vessels;
 
 
diff --git a/sql/test/bugs/Tests/select_select_bug.stable.out 
b/sql/test/bugs/Tests/select_select_bug.stable.out
--- a/sql/test/bugs/Tests/select_select_bug.stable.out
+++ b/sql/test/bugs/Tests/select_select_bug.stable.out
@@ -29,9 +29,9 @@ Ready.
 #SELECT (SELECT current_timestamp), count(DISTINCT mmsi) FROM vessels;
 % .L1, sys.L2 # table_name
 % L1,  L2 # name
-% timestamptz, wrd # type
-% 32,  1 # length
-[ 2016-07-05 19:07:43.000000+02:00,    0       ]
+% tinyint,     wrd # type
+% 1,   1 # length
+[ 1,   0       ]
 #drop table vessels;
 
 # 19:07:43 >  
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to