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

SQLstatementIntern missing parameter when using jsonstore #3664

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

SQLstatementIntern missing parameter when using jsonstore #3664

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

Comments

@monetdb-team
Copy link

Date: 2015-02-04 15:52:24 +0100
From: beatnut <>
To: buildtools devs <>
Version: 11.19.9 (Oct2014-SP2)

Last updated: 2015-05-07 12:37:38 +0200

Comment 20627

Date: 2015-02-04 15:52:24 +0100
From: beatnut <>

a make with jsonstore-feature enabled breaks build-process with:

rest_jsonstore_handle_get.c:72:2: error: too few arguments to function 'SQLstatementIntern'

suggested fix (a quick guess only):

change line 72 from:
qmsg = SQLstatementIntern(c, &query, "rest", TRUE, TRUE, resultbuffer);
to
qmsg = SQLstatementIntern(c, &query, "rest", TRUE, TRUE, resultbuffer);

then it compiles without error.

Comment 20628

Date: 2015-02-04 16:19:10 +0100
From: MonetDB Mercurial Repository <>

Changeset 10db29917017 made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.

For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=10db29917017

Changeset description:

SQLstatementIntern grew an extra parameter at some point.
This fixes bug #3664.

I don't have the necessary files to test the mseed change.

Comment 20629

Date: 2015-02-04 16:19:36 +0100
From: @sjoerdmullender

Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Development Tools normal
Projects
None yet
Development

No branches or pull requests

2 participants