Changeset: c8758bc7f588 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c8758bc7f588 Modified Files: sql/test/BugTracker-2014/Tests/nil_2dec_lng.Bug-3592.sql Branch: Jul2015 Log Message:
add drop of table in test script diffs (9 lines): diff --git a/sql/test/BugTracker-2014/Tests/nil_2dec_lng.Bug-3592.sql b/sql/test/BugTracker-2014/Tests/nil_2dec_lng.Bug-3592.sql --- a/sql/test/BugTracker-2014/Tests/nil_2dec_lng.Bug-3592.sql +++ b/sql/test/BugTracker-2014/Tests/nil_2dec_lng.Bug-3592.sql @@ -4,3 +4,5 @@ insert into foo_nil_2dec values (timesta select (t-(select timestamp '1970-1-1')),v from foo_nil_2dec union all select (t-(select timestamp '1970-1-1')),null from foo_nil_2dec; explain select (t-(select timestamp '1970-1-1')),v from foo_nil_2dec union all select (t-(select timestamp '1970-1-1')),null from foo_nil_2dec; + +drop table foo_nil_2dec; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
