-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Improvement: add a check to look for SQLite database only #198
Comments
The problem is that I don't really know how to change it, as |
I have fix this in my port |
I have tried your fix adding |
You can try with this code.
Line 2428:
|
GUI: Filter *.sqlite databases in the file dialog.
Hello @joxeankoret, this is not fixed. |
Pinging again @joxeankoret. This is not fixed yet. |
The milestone should be |
🤦♀️ Of course it's 3.2. |
Currently, at the time of diffing while selecting the
SQLite database to diff against
, it looks for .idb, .i64, etc. rather than checking for sqlite database, every time we have to change it toAll files (*)
through file explorer to import the .sqlite to diff against other. I found this kinda lil annoying, so we can add a check to only look for .sqlite file on that current directory.The text was updated successfully, but these errors were encountered: