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

nonexistent functions in select clause result columns are ignored #573

Open
jussisaurio opened this issue Dec 29, 2024 · 1 comment · May be fixed by #576
Open

nonexistent functions in select clause result columns are ignored #573

jussisaurio opened this issue Dec 29, 2024 · 1 comment · May be fixed by #576
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@jussisaurio
Copy link
Collaborator

limbo> select this_definitely_exists('lol');
NULL

(no error)

Bug is due to this line: https://github.com/tursodatabase/limbo/blob/main/core/translate/planner.rs#L365

@jussisaurio jussisaurio added bug Something isn't working good first issue Good for newcomers labels Dec 29, 2024
@jikrow jikrow linked a pull request Dec 30, 2024 that will close this issue
@jikrow
Copy link

jikrow commented Dec 30, 2024

@jussisaurio I've taken a shot at this here: #576

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

Successfully merging a pull request may close this issue.

2 participants