Changeset: 5d557dfce116 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5d557dfce116
Modified Files:
        sql/test/BugTracker-2014/Tests/nil_2dec_lng.Bug-3592.sql
Branch: default
Log Message:

cleanup tables at the end of the test script


diffs (8 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,4 @@ 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

Reply via email to