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
Date: 2018-01-19 16:41:01 +0100 From: @PedroTadim To: SQL devs <> Version: -- development CC: @njnes
Last updated: 2018-02-12 16:12:21 +0100
Date: 2018-01-19 16:41:01 +0100 From: @PedroTadim
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 Build Identifier:
The query bellow gets wrong results.
Reproducible: Always
145
75
Date: 2018-01-19 17:00:03 +0100 From: MonetDB Mercurial Repository <>
Changeset 63944bc2d4a4 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=63944bc2d4a4
Changeset description:
Added tests for bugs 6518 and 6519 (enough bugs for some time)
Date: 2018-01-24 18:28:44 +0100 From: MonetDB Mercurial Repository <>
Changeset ca3d65de89c2 made by Niels Nes niels@cwi.nl in the MonetDB repo, refers to this bug.
For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=ca3d65de89c2
fixes for bugs 6518 and 6519 added type checks in (not) in correlated case (only when needed) in case of correlated (not) in we should add the identity column (and join on that)
Date: 2018-01-24 18:46:50 +0100 From: @njnes
fixed by adding an identity join for correlated subqueries (not in)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Date: 2018-01-19 16:41:01 +0100
From: @PedroTadim
To: SQL devs <>
Version: -- development
CC: @njnes
Last updated: 2018-02-12 16:12:21 +0100
Comment 26104
Date: 2018-01-19 16:41:01 +0100
From: @PedroTadim
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36
Build Identifier:
The query bellow gets wrong results.
Reproducible: Always
Steps to Reproduce:
Actual Results:
145
Expected Results:
75
Comment 26106
Date: 2018-01-19 17:00:03 +0100
From: MonetDB Mercurial Repository <>
Changeset 63944bc2d4a4 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=63944bc2d4a4
Changeset description:
Comment 26111
Date: 2018-01-24 18:28:44 +0100
From: MonetDB Mercurial Repository <>
Changeset ca3d65de89c2 made by Niels Nes niels@cwi.nl in the MonetDB repo, refers to this bug.
For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=ca3d65de89c2
Changeset description:
Comment 26115
Date: 2018-01-24 18:46:50 +0100
From: @njnes
fixed by adding an identity join for correlated subqueries (not in)
The text was updated successfully, but these errors were encountered: