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

UPDATE row with row value constructor crashes monetdb server #3662

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

UPDATE row with row value constructor crashes monetdb server #3662

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

Comments

@monetdb-team
Copy link

Date: 2015-02-02 23:39:48 +0100
From: @yzchang
To: SQL devs <>
Version: 11.19.9 (Oct2014-SP2)
CC: b.kaptijn, @njnes

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

Comment 20620

Date: 2015-02-02 23:39:48 +0100
From: @yzchang

The following query crashes mserver:

CREATE TABLE een (a INTEGER, b INTEGER, C integer);
UPDATE een SET (A,B,C) = (SELECT 2,2,2);

Comment 20623

Date: 2015-02-03 00:58:07 +0100
From: MonetDB Mercurial Repository <>

Changeset 39ba5999a5ba made by Jennie Zhang y.zhang@cwi.nl in the MonetDB repo, refers to this bug.

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

Changeset description:

added test and expected output for bug #3662

Comment 20626

Date: 2015-02-04 14:29:18 +0100
From: MonetDB Mercurial Repository <>

Changeset 79619c1f070b made by Niels Nes niels@cwi.nl in the MonetDB repo, refers to this bug.

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

Changeset description:

fixed bug #3662, ie multi value updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants