Update of /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15123/src/modules/mal/Tests
Modified Files:
Tag: MonetDB_5-2
inspect05.stable.out
Log Message:
Missing functions, needed in SQL compilation
Index: inspect05.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests/inspect05.stable.out,v
retrieving revision 1.337
retrieving revision 1.337.2.1
diff -u -d -r1.337 -r1.337.2.1
--- inspect05.stable.out 17 Sep 2007 07:44:56 -0000 1.337
+++ inspect05.stable.out 27 Oct 2007 08:18:35 -0000 1.337.2.1
@@ -3161,6 +3161,12 @@
[ "length", "command", "calc",
"(x:chr):int ",
"CALClengthchr;"
]
[ "length", "command", "calc",
"(x:flt):int ",
"CALClengthflt;"
]
[ "length", "command", "calc",
"(x:dbl):int ",
"CALClengthdbl;"
]
+[ "max", "command", "calc",
"(v:timestamp,w:timestamp):timestamp ",
"MTIMEtimestamp_max;" ]
+[ "min", "command", "calc",
"(v:timestamp,w:timestamp):timestamp ",
"MTIMEtimestamp_min;" ]
+[ "max", "command", "calc",
"(v:daytime,w:daytime):daytime ",
"MTIMEdaytime_max;" ]
+[ "min", "command", "calc",
"(v:daytime,w:daytime):daytime ",
"MTIMEdaytime_min;" ]
+[ "max", "command", "calc",
"(v:date,w:date):date ",
"MTIMEdate_max;" ]
+[ "min", "command", "calc",
"(v:date,w:date):date ",
"MTIMEdate_min;" ]
[ "min", "command", "calc",
"(l:dbl,r:dbl):dbl ",
"CALCbinaryMINdbl;"
]
[ "max", "command", "calc",
"(l:dbl,r:dbl):dbl ",
"CALCbinaryMAXdbl;"
]
[ "min", "command", "calc",
"(l:lng,r:lng):lng ",
"CALCbinaryMINlng;"
]
-------------------------------------------------------------------------
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
