Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

engine: select literal from table does not work as intended #54

Open
tsatke opened this issue Sep 22, 2020 · 0 comments
Open

engine: select literal from table does not work as intended #54

tsatke opened this issue Sep 22, 2020 · 0 comments
Labels
bug Something isn't working
Projects
Milestone

Comments

@tsatke
Copy link
Contributor

tsatke commented Sep 22, 2020

Describe the bug
SELECT 1 from myTable produces no column with name 1

Expected behavior

column1 (Integer)
1

and no error

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Maybe fixed by #2 with builtin MIN and MAX (@tsatke)

@tsatke tsatke added the bug Something isn't working label Sep 22, 2020
@tsatke tsatke added this to the v0.0.1 milestone Sep 22, 2020
@tsatke tsatke added this to To do in Engine via automation Sep 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Engine
  
To do
Development

No branches or pull requests

1 participant