Changeset: 8af95a74c755 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8af95a74c755
Modified Files:
        sql/test/Tests/coalesce.stable.err.single
Branch: Feb2013
Log Message:

approved single-threaded output


diffs (12 lines):

diff --git a/sql/test/Tests/coalesce.stable.err.single 
b/sql/test/Tests/coalesce.stable.err.single
--- a/sql/test/Tests/coalesce.stable.err.single
+++ b/sql/test/Tests/coalesce.stable.err.single
@@ -84,7 +84,7 @@ QUERY = select id, coalesce(age,'age unk
 ERROR = !conversion of string 'age unknown' to type int failed.
 MAPI  = monetdb@madrid:34599
 QUERY = select id, coalesce(name, age, 'unknown') from coalescetest;
-ERROR = !conversion from string to type int failed.
+ERROR = !conversion of string 'a' to type int failed.
 
 # 20:30:44 >  
 # 20:30:44 >  Done.
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to