Changeset: d69f34086f3f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d69f34086f3f Modified Files: Branch: default Log Message:
Merged with Oct2010 branch diffs (12 lines): diff -r be448f6f3645 -r d69f34086f3f MonetDB5/tests/gdkTests/Tests/casts.mal --- a/MonetDB5/tests/gdkTests/Tests/casts.mal Sun Nov 28 02:15:05 2010 +0100 +++ b/MonetDB5/tests/gdkTests/Tests/casts.mal Sun Nov 28 11:35:51 2010 +0100 @@ -572,7 +572,7 @@ d:= calc.dbl(zn); io.print(d); io.printf("# should this produce nil (overflow)?\n"); -zk:= -2147483647 - 2l; +zk:= -2147483647 - 2; d:= calc.dbl(zk); io.print(d); _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list