Skip to content

An empty value in the response #103

Open
@kenobi3

Description

@kenobi3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions