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

Object not found in LIMIT clause (sqlsmith) #6312

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

Object not found in LIMIT clause (sqlsmith) #6312

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

Comments

@monetdb-team
Copy link

Date: 2017-05-13 14:00:28 +0200
From: @mlkersten
To: SQL devs <>
Version: 11.25.21 (Dec2016-SP4)
CC: @njnes

Last updated: 2017-07-17 16:07:50 +0200

Comment 25314

Date: 2017-05-13 14:00:28 +0200
From: @mlkersten

User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:53.0) Gecko/20100101 Firefox/53.0
Build Identifier:

The following query has problems dealing with the LIMIT clause

Reproducible: Always

Steps to Reproduce:

select
subq_0.c0 as c1
from
(select
ref_0.grantor as c0,
39 as c1
from
sys.auths as ref_0
limit 151) as subq_0
where subq_0.c1 is NULL;

Comment 25364

Date: 2017-05-31 17:00:50 +0200
From: @njnes

fixed

@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