Skip to content
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

OperationalError: no such column: domain #143

Closed
etmmafl opened this issue Oct 19, 2022 · 1 comment
Closed

OperationalError: no such column: domain #143

etmmafl opened this issue Oct 19, 2022 · 1 comment

Comments

@etmmafl
Copy link

etmmafl commented Oct 19, 2022

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.

@robmarkcole
Copy link
Owner

duplicates #142

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