Changeset: 6e08a30802c5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6e08a30802c5 Modified Files: clients/Tests/MAL-signatures.test Branch: Dec2023 Log Message:
Approve output. diffs (27 lines): diff --git a/clients/Tests/MAL-signatures.test b/clients/Tests/MAL-signatures.test --- a/clients/Tests/MAL-signatures.test +++ b/clients/Tests/MAL-signatures.test @@ -23045,12 +23045,12 @@ MTIMEdate_sub_msec_interval_bulk_p2; (empty) batmtime date_to_str -pattern batmtime.date_to_str(X_0:bat[:str], X_1:bat[:str]):bat[:str] +pattern batmtime.date_to_str(X_0:bat[:date], X_1:bat[:str]):bat[:str] MTIMEdate_to_str_bulk; (empty) batmtime date_to_str -pattern batmtime.date_to_str(X_0:bat[:str], X_1:bat[:str], X_2:bat[:oid], X_3:bat[:oid]):bat[:str] +pattern batmtime.date_to_str(X_0:bat[:date], X_1:bat[:str], X_2:bat[:oid], X_3:bat[:oid]):bat[:str] MTIMEdate_to_str_bulk; (empty) batmtime @@ -36402,7 +36402,7 @@ mtime epoch command mtime.epoch(X_0:lng):timestamp MTIMEtimestamp_frommsec_epoch; -convert milli seconds since epoch into a timestamp +convert milliseconds since epoch into a timestamp mtime epoch command mtime.epoch(X_0:int):timestamp _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
