Changeset: 6fea09d5de0a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6fea09d5de0a Modified Files: sql/backends/monet5/sql.mal Branch: default Log Message:
removed not needed /incorrect mal signature diffs (13 lines): diff --git a/sql/backends/monet5/sql.mal b/sql/backends/monet5/sql.mal --- a/sql/backends/monet5/sql.mal +++ b/sql/backends/monet5/sql.mal @@ -961,9 +961,6 @@ address STRsubstringTail; command calc.substring(s:str,offset:int,count:int):str address STRsubstring; -command calc.splitstring(s:str,needle:str,field:int):str -address STRsplitstring; - command calc.month_interval( v:str, ek:int, sk:int ) :int address month_interval_str comment "cast str to a month_interval and check for overflow"; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
