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
In corepy there is a function [db.fetch_all_data_of] that generates an error [OperationalError: no such column: domain] because it is querying the following:
SELECT domain, entity_id, state, last_changed, attributes
FROM states
However, [domain] is not an column in this table. It does not exist.
The text was updated successfully, but these errors were encountered:
In corepy there is a function [db.fetch_all_data_of] that generates an error [OperationalError: no such column: domain] because it is querying the following:
However, [domain] is not an column in this table. It does not exist.
The text was updated successfully, but these errors were encountered: