You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: