Changeset: 0371487b3564 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0371487b3564 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 Branch: default Log Message:
Approvals. diffs (30 lines): diff --git a/clients/Tests/MAL-signatures.stable.out b/clients/Tests/MAL-signatures.stable.out --- a/clients/Tests/MAL-signatures.stable.out +++ b/clients/Tests/MAL-signatures.stable.out @@ -40434,6 +40434,11 @@ pattern sql.argRecord():str address SQLargRecord; comment Glue together the calling sequence +inline function sql.all(b:bat[:any_1],gp:bat[:oid],gpe:bat[:oid],no_nil:bit):bat[:any_1]; +command sql.all(col:bat[:any_1]):any_1 +address SQLall; +comment if col contains exactly one value return this. Incase of more raise an exception else return nil + pattern sql.affectedRows(mvc:int,nr:wrd):int address mvc_affected_rows_wrap; comment export the number of affected rows by the current query diff --git a/clients/Tests/MAL-signatures.stable.out.int128 b/clients/Tests/MAL-signatures.stable.out.int128 --- a/clients/Tests/MAL-signatures.stable.out.int128 +++ b/clients/Tests/MAL-signatures.stable.out.int128 @@ -51293,6 +51293,11 @@ pattern sql.argRecord():str address SQLargRecord; comment Glue together the calling sequence +inline function sql.all(b:bat[:any_1],gp:bat[:oid],gpe:bat[:oid],no_nil:bit):bat[:any_1]; +command sql.all(col:bat[:any_1]):any_1 +address SQLall; +comment if col contains exactly one value return this. Incase of more raise an exception else return nil + pattern sql.affectedRows(mvc:int,nr:wrd):int address mvc_affected_rows_wrap; comment export the number of affected rows by the current query _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
