Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oct2020: wrong mel definition for str.epilogue #6980

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

Oct2020: wrong mel definition for str.epilogue #6980

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working normal SQL

Comments

@monetdb-team
Copy link

Date: 2020-09-30 19:09:54 +0200
From: @swingbit
To: SQL devs <>
Version: -- development
CC: @njnes

Last updated: 2020-10-19 11:06:22 +0200

Comment 28132

Date: 2020-09-30 19:09:54 +0200
From: @swingbit

User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36
Build Identifier:

In monetdb5/modules/atoms/str.c, I believe this:

command("str", "STRepilogue", strEpilogue, false, "", args(1,1, arg("",void))),

was meant to be:

command("str", "epilogue", strEpilogue, false, "", args(1,1, arg("",void))),

Reproducible: Always

Comment 28133

Date: 2020-10-01 09:11:20 +0200
From: MonetDB Mercurial Repository <>

Changeset 7f972067dd97 made by Pedro Ferreira pedro.ferreira@monetdbsolutions.com in the MonetDB repo, refers to this bug.

For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=7f972067dd97

Changeset description:

Use MAL module naming convention for str module prelude and epilogue functions. This fixes bug #6980
@monetdb-team monetdb-team added bug Something isn't working normal SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working normal SQL
Projects
None yet
Development

No branches or pull requests

2 participants