Open
Description
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
Labels
No labels