Changeset: e690257b5153 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e690257b5153 Modified Files: clients/Tests/MAL-signatures_none.stable.out Branch: Oct2014 Log Message:
Approved. diffs (26 lines): 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 @@ -38267,6 +38267,22 @@ command calc.wrd(v:flt,digits:int,scale: address flt_num2dec_wrd; comment cast number to decimal(wrd) and check for overflow +command calc.wrd(v:str,digits:int,scale:int):wrd +address str_2dec_wrd; +comment cast to dec(wrd) and check for overflow + +command calc.wrd(v:str,digits:int):wrd +address str_2num_wrd; +comment cast to wrd and check for overflow + +command calc.wrd(v:void,digits:int,scale:int):wrd +address nil_2dec_wrd; +comment cast to dec(wrd) and check for overflow + +command calc.wrd(v:void,digits:int):wrd +address nil_2num_wrd; +comment cast to wrd and check for overflow + pattern calc.wrd(v:str):wrd address CMDvarCONVERT; comment Cast VALUE to wrd _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list