Changeset: f70127e67fc0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f70127e67fc0 Modified Files: monetdb5/modules/kernel/bat5.mal Branch: default Log Message:
One more headless diffs (22 lines): diff --git a/monetdb5/modules/kernel/bat5.mal b/monetdb5/modules/kernel/bat5.mal --- a/monetdb5/modules/kernel/bat5.mal +++ b/monetdb5/modules/kernel/bat5.mal @@ -76,15 +76,16 @@ comment "Replace the tail value of one B command replace(b:bat[:any_1, :any_2], h:any_1, t:any_2, force:bit) :bat[:any_1,:any_2] address BKCreplace_bun_force comment "Replace the tail value of one BUN that has some head value."; + command append( i:bat[:any_1,:any_2], u:bat[:any_1,:any_2] ) :bat[:any_1,:any_2] address BKCappend_wrap comment "append the content of u to i"; -command append( i:bat[:any_1,:any_2], u:bat[:any_1,:any_2], force:bit ) :bat[:any_1,:any_2] +command append( i:bat[:oid,:any_2], u:bat[:oid,:any_2], force:bit ) :bat[:oid,:any_2] address BKCappend_force_wrap comment "append the content of u to i"; -command append(i:bat[:any_1,:any_2], u:any_2, force:bit):bat[:any_1,:any_2] +command append(i:bat[:oid,:any_2], u:any_2, force:bit):bat[:oid,:any_2] address BKCappend_val_force_wrap comment "append the value u to i"; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
