Changeset: c79cbdc25cfa for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c79cbdc25cfa
Modified Files:
        monetdb5/modules/atoms/uuid.c
Branch: default
Log Message:

Copy paste typo


diffs (12 lines):

diff --git a/monetdb5/modules/atoms/uuid.c b/monetdb5/modules/atoms/uuid.c
--- a/monetdb5/modules/atoms/uuid.c
+++ b/monetdb5/modules/atoms/uuid.c
@@ -357,7 +357,7 @@ UUIDuuid2str_bulk(bat *res, const bat *b
                goto bailout;
        }
        if (sid && !is_bat_nil(*sid) && (s = BATdescriptor(*sid)) == NULL) {
-               msg = createException(SQL, "batcalc.str_2_blob", 
SQLSTATE(HY005) RUNTIME_OBJECT_MISSING);
+               msg = createException(SQL, "batcalc.uuid2strbulk", 
SQLSTATE(HY005) RUNTIME_OBJECT_MISSING);
                goto bailout;
        }
        off = b->hseqbase;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to