Changeset: 5f961dc39cd2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5f961dc39cd2
Modified Files:
        clients/Tests/MAL-signatures_fits_geom.stable.out
        clients/Tests/MAL-signatures_fits_geom.stable.out.int128
        clients/Tests/MAL-signatures_geom.stable.out
        clients/Tests/MAL-signatures_geom.stable.out.int128
        clients/Tests/MAL-signatures_none.stable.out
        clients/Tests/MAL-signatures_none.stable.out.int128
Branch: default
Log Message:

Approvals.


diffs (282 lines):

diff --git a/clients/Tests/MAL-signatures_fits_geom.stable.out 
b/clients/Tests/MAL-signatures_fits_geom.stable.out
--- a/clients/Tests/MAL-signatures_fits_geom.stable.out
+++ b/clients/Tests/MAL-signatures_fits_geom.stable.out
@@ -22845,6 +22845,10 @@ command batcalc.daytime(v:bat[:oid,:dayt
 address batdaytime_2time_daytime;
 comment cast daytime to daytime and check for overflow
 
+command 
batcalc.daytime(v:bat[:oid,:str],digits:int,has_tz:int):bat[:oid,:daytime] 
+address batstr_2time_daytimetz;
+comment cast to daytime and check for overflow
+
 command batcalc.daytime(v:bat[:oid,:str],digits:int):bat[:oid,:daytime] 
 address batstr_2time_daytime;
 comment cast to daytime and check for overflow
@@ -30633,6 +30637,10 @@ command batcalc.timestamp(v:bat[:oid,:ti
 address battimestamp_2time_timestamp;
 comment cast timestamp to timestamp and check for overflow
 
+command 
batcalc.timestamp(v:bat[:oid,:str],digits:int,has_tz:int):bat[:oid,:timestamp] 
+address batstr_2time_timestamptz;
+comment cast to timestamp and check for overflow
+
 command batcalc.timestamp(v:bat[:oid,:str],digits:int):bat[:oid,:timestamp] 
 address batstr_2time_timestamp;
 comment cast to timestamp and check for overflow
@@ -35276,6 +35284,10 @@ command calc.daytime(v:daytime,digits:in
 address daytime_2time_daytime;
 comment cast daytime to daytime and check for overflow
 
+command calc.daytime(v:str,digits:int,has_tz:int):daytime 
+address str_2time_daytimetz;
+comment cast to daytime and check for overflow
+
 command calc.daytime(v:str,digits:int):daytime 
 address str_2time_daytime;
 comment cast to daytime and check for overflow
@@ -37239,6 +37251,10 @@ command calc.timestamp(v:timestamp,digit
 address timestamp_2time_timestamp;
 comment cast timestamp to timestamp and check for overflow
 
+command calc.timestamp(v:str,digits:int,has_tz:int):timestamp 
+address str_2time_timestamptz;
+comment cast to timestamp and check for overflow
+
 command calc.timestamp(v:str,digits:int):timestamp 
 address str_2time_timestamp;
 comment cast to timestamp and check for overflow
diff --git a/clients/Tests/MAL-signatures_fits_geom.stable.out.int128 
b/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
--- a/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
+++ b/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
@@ -29389,6 +29389,10 @@ command batcalc.daytime(v:bat[:oid,:dayt
 address batdaytime_2time_daytime;
 comment cast daytime to daytime and check for overflow
 
+command 
batcalc.daytime(v:bat[:oid,:str],digits:int,has_tz:int):bat[:oid,:daytime] 
+address batstr_2time_daytimetz;
+comment cast to daytime and check for overflow
+
 command batcalc.daytime(v:bat[:oid,:str],digits:int):bat[:oid,:daytime] 
 address batstr_2time_daytime;
 comment cast to daytime and check for overflow
@@ -39627,6 +39631,10 @@ command batcalc.timestamp(v:bat[:oid,:ti
 address battimestamp_2time_timestamp;
 comment cast timestamp to timestamp and check for overflow
 
+command 
batcalc.timestamp(v:bat[:oid,:str],digits:int,has_tz:int):bat[:oid,:timestamp] 
+address batstr_2time_timestamptz;
+comment cast to timestamp and check for overflow
+
 command batcalc.timestamp(v:bat[:oid,:str],digits:int):bat[:oid,:timestamp] 
 address batstr_2time_timestamp;
 comment cast to timestamp and check for overflow
@@ -45558,6 +45566,10 @@ command calc.daytime(v:daytime,digits:in
 address daytime_2time_daytime;
 comment cast daytime to daytime and check for overflow
 
+command calc.daytime(v:str,digits:int,has_tz:int):daytime 
+address str_2time_daytimetz;
+comment cast to daytime and check for overflow
+
 command calc.daytime(v:str,digits:int):daytime 
 address str_2time_daytime;
 comment cast to daytime and check for overflow
@@ -48099,6 +48111,10 @@ command calc.timestamp(v:timestamp,digit
 address timestamp_2time_timestamp;
 comment cast timestamp to timestamp and check for overflow
 
+command calc.timestamp(v:str,digits:int,has_tz:int):timestamp 
+address str_2time_timestamptz;
+comment cast to timestamp and check for overflow
+
 command calc.timestamp(v:str,digits:int):timestamp 
 address str_2time_timestamp;
 comment cast to timestamp and check for overflow
diff --git a/clients/Tests/MAL-signatures_geom.stable.out 
b/clients/Tests/MAL-signatures_geom.stable.out
--- a/clients/Tests/MAL-signatures_geom.stable.out
+++ b/clients/Tests/MAL-signatures_geom.stable.out
@@ -22845,6 +22845,10 @@ command batcalc.daytime(v:bat[:oid,:dayt
 address batdaytime_2time_daytime;
 comment cast daytime to daytime and check for overflow
 
+command 
batcalc.daytime(v:bat[:oid,:str],digits:int,has_tz:int):bat[:oid,:daytime] 
+address batstr_2time_daytimetz;
+comment cast to daytime and check for overflow
+
 command batcalc.daytime(v:bat[:oid,:str],digits:int):bat[:oid,:daytime] 
 address batstr_2time_daytime;
 comment cast to daytime and check for overflow
@@ -30633,6 +30637,10 @@ command batcalc.timestamp(v:bat[:oid,:ti
 address battimestamp_2time_timestamp;
 comment cast timestamp to timestamp and check for overflow
 
+command 
batcalc.timestamp(v:bat[:oid,:str],digits:int,has_tz:int):bat[:oid,:timestamp] 
+address batstr_2time_timestamptz;
+comment cast to timestamp and check for overflow
+
 command batcalc.timestamp(v:bat[:oid,:str],digits:int):bat[:oid,:timestamp] 
 address batstr_2time_timestamp;
 comment cast to timestamp and check for overflow
@@ -35276,6 +35284,10 @@ command calc.daytime(v:daytime,digits:in
 address daytime_2time_daytime;
 comment cast daytime to daytime and check for overflow
 
+command calc.daytime(v:str,digits:int,has_tz:int):daytime 
+address str_2time_daytimetz;
+comment cast to daytime and check for overflow
+
 command calc.daytime(v:str,digits:int):daytime 
 address str_2time_daytime;
 comment cast to daytime and check for overflow
@@ -37239,6 +37251,10 @@ command calc.timestamp(v:timestamp,digit
 address timestamp_2time_timestamp;
 comment cast timestamp to timestamp and check for overflow
 
+command calc.timestamp(v:str,digits:int,has_tz:int):timestamp 
+address str_2time_timestamptz;
+comment cast to timestamp and check for overflow
+
 command calc.timestamp(v:str,digits:int):timestamp 
 address str_2time_timestamp;
 comment cast to timestamp and check for overflow
diff --git a/clients/Tests/MAL-signatures_geom.stable.out.int128 
b/clients/Tests/MAL-signatures_geom.stable.out.int128
--- a/clients/Tests/MAL-signatures_geom.stable.out.int128
+++ b/clients/Tests/MAL-signatures_geom.stable.out.int128
@@ -29389,6 +29389,10 @@ command batcalc.daytime(v:bat[:oid,:dayt
 address batdaytime_2time_daytime;
 comment cast daytime to daytime and check for overflow
 
+command 
batcalc.daytime(v:bat[:oid,:str],digits:int,has_tz:int):bat[:oid,:daytime] 
+address batstr_2time_daytimetz;
+comment cast to daytime and check for overflow
+
 command batcalc.daytime(v:bat[:oid,:str],digits:int):bat[:oid,:daytime] 
 address batstr_2time_daytime;
 comment cast to daytime and check for overflow
@@ -39627,6 +39631,10 @@ command batcalc.timestamp(v:bat[:oid,:ti
 address battimestamp_2time_timestamp;
 comment cast timestamp to timestamp and check for overflow
 
+command 
batcalc.timestamp(v:bat[:oid,:str],digits:int,has_tz:int):bat[:oid,:timestamp] 
+address batstr_2time_timestamptz;
+comment cast to timestamp and check for overflow
+
 command batcalc.timestamp(v:bat[:oid,:str],digits:int):bat[:oid,:timestamp] 
 address batstr_2time_timestamp;
 comment cast to timestamp and check for overflow
@@ -45558,6 +45566,10 @@ command calc.daytime(v:daytime,digits:in
 address daytime_2time_daytime;
 comment cast daytime to daytime and check for overflow
 
+command calc.daytime(v:str,digits:int,has_tz:int):daytime 
+address str_2time_daytimetz;
+comment cast to daytime and check for overflow
+
 command calc.daytime(v:str,digits:int):daytime 
 address str_2time_daytime;
 comment cast to daytime and check for overflow
@@ -48099,6 +48111,10 @@ command calc.timestamp(v:timestamp,digit
 address timestamp_2time_timestamp;
 comment cast timestamp to timestamp and check for overflow
 
+command calc.timestamp(v:str,digits:int,has_tz:int):timestamp 
+address str_2time_timestamptz;
+comment cast to timestamp and check for overflow
+
 command calc.timestamp(v:str,digits:int):timestamp 
 address str_2time_timestamp;
 comment cast to timestamp and check for overflow
diff --git a/clients/Tests/MAL-signatures_none.stable.out 
b/clients/Tests/MAL-signatures_none.stable.out
--- a/clients/Tests/MAL-signatures_none.stable.out
+++ b/clients/Tests/MAL-signatures_none.stable.out
@@ -22840,6 +22840,10 @@ command batcalc.daytime(v:bat[:oid,:dayt
 address batdaytime_2time_daytime;
 comment cast daytime to daytime and check for overflow
 
+command 
batcalc.daytime(v:bat[:oid,:str],digits:int,has_tz:int):bat[:oid,:daytime] 
+address batstr_2time_daytimetz;
+comment cast to daytime and check for overflow
+
 command batcalc.daytime(v:bat[:oid,:str],digits:int):bat[:oid,:daytime] 
 address batstr_2time_daytime;
 comment cast to daytime and check for overflow
@@ -30628,6 +30632,10 @@ command batcalc.timestamp(v:bat[:oid,:ti
 address battimestamp_2time_timestamp;
 comment cast timestamp to timestamp and check for overflow
 
+command 
batcalc.timestamp(v:bat[:oid,:str],digits:int,has_tz:int):bat[:oid,:timestamp] 
+address batstr_2time_timestamptz;
+comment cast to timestamp and check for overflow
+
 command batcalc.timestamp(v:bat[:oid,:str],digits:int):bat[:oid,:timestamp] 
 address batstr_2time_timestamp;
 comment cast to timestamp and check for overflow
@@ -35270,6 +35278,10 @@ command calc.daytime(v:daytime,digits:in
 address daytime_2time_daytime;
 comment cast daytime to daytime and check for overflow
 
+command calc.daytime(v:str,digits:int,has_tz:int):daytime 
+address str_2time_daytimetz;
+comment cast to daytime and check for overflow
+
 command calc.daytime(v:str,digits:int):daytime 
 address str_2time_daytime;
 comment cast to daytime and check for overflow
@@ -37218,6 +37230,10 @@ command calc.timestamp(v:timestamp,digit
 address timestamp_2time_timestamp;
 comment cast timestamp to timestamp and check for overflow
 
+command calc.timestamp(v:str,digits:int,has_tz:int):timestamp 
+address str_2time_timestamptz;
+comment cast to timestamp and check for overflow
+
 command calc.timestamp(v:str,digits:int):timestamp 
 address str_2time_timestamp;
 comment cast to timestamp and check for overflow
diff --git a/clients/Tests/MAL-signatures_none.stable.out.int128 
b/clients/Tests/MAL-signatures_none.stable.out.int128
--- a/clients/Tests/MAL-signatures_none.stable.out.int128
+++ b/clients/Tests/MAL-signatures_none.stable.out.int128
@@ -29383,6 +29383,10 @@ command batcalc.daytime(v:bat[:oid,:dayt
 address batdaytime_2time_daytime;
 comment cast daytime to daytime and check for overflow
 
+command 
batcalc.daytime(v:bat[:oid,:str],digits:int,has_tz:int):bat[:oid,:daytime] 
+address batstr_2time_daytimetz;
+comment cast to daytime and check for overflow
+
 command batcalc.daytime(v:bat[:oid,:str],digits:int):bat[:oid,:daytime] 
 address batstr_2time_daytime;
 comment cast to daytime and check for overflow
@@ -39621,6 +39625,10 @@ command batcalc.timestamp(v:bat[:oid,:ti
 address battimestamp_2time_timestamp;
 comment cast timestamp to timestamp and check for overflow
 
+command 
batcalc.timestamp(v:bat[:oid,:str],digits:int,has_tz:int):bat[:oid,:timestamp] 
+address batstr_2time_timestamptz;
+comment cast to timestamp and check for overflow
+
 command batcalc.timestamp(v:bat[:oid,:str],digits:int):bat[:oid,:timestamp] 
 address batstr_2time_timestamp;
 comment cast to timestamp and check for overflow
@@ -45551,6 +45559,10 @@ command calc.daytime(v:daytime,digits:in
 address daytime_2time_daytime;
 comment cast daytime to daytime and check for overflow
 
+command calc.daytime(v:str,digits:int,has_tz:int):daytime 
+address str_2time_daytimetz;
+comment cast to daytime and check for overflow
+
 command calc.daytime(v:str,digits:int):daytime 
 address str_2time_daytime;
 comment cast to daytime and check for overflow
@@ -48077,6 +48089,10 @@ command calc.timestamp(v:timestamp,digit
 address timestamp_2time_timestamp;
 comment cast timestamp to timestamp and check for overflow
 
+command calc.timestamp(v:str,digits:int,has_tz:int):timestamp 
+address str_2time_timestamptz;
+comment cast to timestamp and check for overflow
+
 command calc.timestamp(v:str,digits:int):timestamp 
 address str_2time_timestamp;
 comment cast to timestamp and check for overflow
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to