Skip to content

An empty value in the response #103

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

Open
kenobi3 opened this issue May 14, 2025 · 1 comment
Open

An empty value in the response #103

kenobi3 opened this issue May 14, 2025 · 1 comment

Comments

@kenobi3
Copy link

kenobi3 commented May 14, 2025

I ran into such a problem that when you run a query like "select max(rowid) from table", if there is no data in the table, it returns an empty value, but it says that it returned 1 row. At the same time, when trying to read the data, the controller goes into reboot with the error of being unable to handle the exception. I tried to process it using try catch, but it doesn't help. If there is at least one record in the table, everything works without problems.

@siara-cc
Copy link
Owner

@kenobi3 Are you running one of the examples? If not can you show code that fails?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants