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

Problems dealing with SQLITE #239

Closed
NiceFeatures opened this issue Apr 22, 2022 · 4 comments
Closed

Problems dealing with SQLITE #239

NiceFeatures opened this issue Apr 22, 2022 · 4 comments
Labels
bug 🪲 Something isn't working

Comments

@NiceFeatures
Copy link

I've been using the program for a few weeks, but today out of nowhere the SQLITE databases simply return blank, as if there was no table in them, on the right we can see from the "DB Browser for SQLITE" program that there is a table in the database.

I really don't know if it was something I clicked on, but I've already reinstalled the program including deleting the files from the AppData folder and the problem still persists.

image

@Fabio286
Copy link
Member

Hi @NiceFeatures ,
can you provide me the database file? It's fine even with fake data as long as the problem occurs.

Thank you

@Fabio286 Fabio286 added the good first issue Good for newcomers label Apr 22, 2022
@NiceFeatures
Copy link
Author

Sure! But as I said, it worked, it stopped out of nowhere, is there any place I can get logs to send?

DB.zip

@Fabio286
Copy link
Member

Thanks for database file.
There are no useful logs in this case.
Thanks to your attachment I found the problem, which is basically your table name starting with SQLITE.
SQLite uses "sqlite" as a prefix for its internal tables which Antares excludes from view.
I improved the way to exclude these tables and now your table is visible.

Thanks again for your report

@NiceFeatures
Copy link
Author

Great, I'm waiting for the update with the correction so, thanks for your attention.

@Fabio286 Fabio286 added bug 🪲 Something isn't working and removed good first issue Good for newcomers labels Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants