-
Notifications
You must be signed in to change notification settings - Fork 92
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
Views not loading correctly #259
Comments
Thanks for reporting. I am looking into it. Is this SQLite file, Cloudflare D1 or Turso? |
Its a SQLite file. |
Thats my schema sqlite> .schema propertyIDs |
I has the same error by using libsql server. This is what cause the problem: xxx is a the view I'd like to open |
Thanks for providing additional information. When you try to run
In the query tab, what error message does it provide? I have many views and using this SQL query will always returning the correct result. Is there any minimal steps that I can reproduce?
Is it local libsql server or cloud-hosted provided by Turso? |
|
Error: Error invoking remote method 'query': LibsqlError: SQLITE_ERROR: no such column: propertyIDs
select * from
propertyIDs
its working fine.The text was updated successfully, but these errors were encountered: