Changeset: f2c35a634e6b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f2c35a634e6b
Modified Files:
        monetdb5/modules/mal/batmtime.mal.sh
Branch: default
Log Message:

Added missing command at batmtime.mal.sh file


diffs (14 lines):

diff --git a/monetdb5/modules/mal/batmtime.mal.sh 
b/monetdb5/modules/mal/batmtime.mal.sh
--- a/monetdb5/modules/mal/batmtime.mal.sh
+++ b/monetdb5/modules/mal/batmtime.mal.sh
@@ -76,6 +76,10 @@ command diff(b1:bat[:date],b2:bat[:date]
 address MTIMEdate_diff_bulk
 comment "Difference of two sets of date.";
 
+command diff(b1:bat[:daytime],b2:bat[:daytime]) :bat[:lng]
+address MTIMEdaytime_diff_msec_bulk
+comment "Difference of two sets of daytime.";
+
 command diff(b1:bat[:timestamp],b2:bat[:timestamp]) :bat[:lng]
 address MTIMEtimestamp_diff_msec_bulk
 comment "Difference of two sets of timestamp.";
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to