Open charlesdaniels opened 3 years ago
Thank you for bug report.
Unfortunately, I was unable to find a reason. I have no problem to open SQLite files with views in DbGate, when I was analysing log attached, it seems, that SQLite file you use is not supported by used driver.
It is possible to send me some SQLite file, which caused this error? It will be the simplest way, how to solve this. If not, I could add more detailed logging for this situation
And sorry for late response, I have some vacations in this season
Describe the bug
When opening some, but not all sqlite databases, I see an error message
no such column:
. These databases are known to work in Python'ssqlite3
module and withsqlitebrowser
.To Reproduce
Expected behavior
The database opens correctly without error.
Screenshots
N/A
Version Information (please complete the following information):
dbgate-bin
AUR package, as well as the AppImage and got the same resultAdditional context
See attached the console output. After letting it sit for a few seconds, it dumps a bunch of JSON to the console as well.
dbgate.log
This issue seems to only trigger for databases that have views in them, so it may be related to how dbgate handles views in sqlite.