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

eval commad with SELECT query should always return a block! #7

Open
Oldes opened this issue Jul 24, 2024 · 1 comment
Open

eval commad with SELECT query should always return a block! #7

Oldes opened this issue Jul 24, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@Oldes
Copy link
Contributor

Oldes commented Jul 24, 2024

Currently:

>> sqlite/eval db {SELECT * FROM Table WHERE id=9999999}
== 1 ;= should be [] when there is no id with value 9999999
@Oldes Oldes added bug Something isn't working enhancement New feature or request labels Jul 24, 2024
@Oldes
Copy link
Contributor Author

Oldes commented Jul 24, 2024

It is possible, that to have it implemented, all queries (even queries like UPDATE) should return a block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant