Update of /cvsroot/monetdb/MonetDB5/src/modules/atoms/Tests
In directory
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15123/src/modules/atoms/Tests
Modified Files:
Tag: MonetDB_5-2
time00.mal
Log Message:
Missing functions, needed in SQL compilation
Index: time00.mal
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/atoms/Tests/time00.mal,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -u -d -r1.1 -r1.1.6.1
--- time00.mal 1 Apr 2007 21:41:24 -0000 1.1
+++ time00.mal 27 Oct 2007 08:18:34 -0000 1.1.6.1
@@ -6,6 +6,16 @@
date_05:= mtime.date("-768/octobe/01");
date_06:= mtime.date("5000\\novembe\\01");
date_07:= mtime.date("-1999/jun/01");
+date_08:= mtime.date(nil);
+
+f:= calc.min(date_01,date_02);
+io.print(f);
+f:= calc.min(date_02,date_01);
+io.print(f);
+f:= calc.min(date_02,date_08);
+io.print(f);
+f:= calc.min(date_08,date_08);
+io.print(f);
b:= bat.new(:int,:date);
bat.insert(b,1,date_01);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins