Changeset: c662b2244cae for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c662b2244cae Modified Files: clients/Tests/MAL-signatures-hge.test clients/Tests/MAL-signatures.test Branch: Dec2025 Log Message:
Approve test. diffs (40 lines): diff --git a/clients/Tests/MAL-signatures-hge.test b/clients/Tests/MAL-signatures-hge.test --- a/clients/Tests/MAL-signatures-hge.test +++ b/clients/Tests/MAL-signatures-hge.test @@ -30924,6 +30924,16 @@ command batcalc.timestamptz(X_0:bat[:str batstr_2time_timestamptz cast to timestamp and check for overflow batcalc +to_hex +command batcalc.to_hex(X_0:bat[:int]):bat[:str] +CALCbat_to_hex_int +convert to unsigned hexadecimal number representation +batcalc +to_hex +command batcalc.to_hex(X_0:bat[:lng]):bat[:str] +CALCbat_to_hex_lng +convert to unsigned hexadecimal number representation +batcalc uuid command batcalc.uuid(X_0:bat[:str], X_1:bat[:oid]):bat[:uuid] UUIDstr2uuid_bulk 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 @@ -22159,6 +22159,16 @@ command batcalc.timestamptz(X_0:bat[:str batstr_2time_timestamptz cast to timestamp and check for overflow batcalc +to_hex +command batcalc.to_hex(X_0:bat[:int]):bat[:str] +CALCbat_to_hex_int +convert to unsigned hexadecimal number representation +batcalc +to_hex +command batcalc.to_hex(X_0:bat[:lng]):bat[:str] +CALCbat_to_hex_lng +convert to unsigned hexadecimal number representation +batcalc uuid command batcalc.uuid(X_0:bat[:str], X_1:bat[:oid]):bat[:uuid] UUIDstr2uuid_bulk _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
