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

[Browser] Display only the tables created by the user in the spatialite db #50553

Open
pigreco opened this issue Oct 14, 2022 · 3 comments
Open

Comments

@pigreco
Copy link
Contributor

pigreco commented Oct 14, 2022

Feature description

With the upgrade of SpatiaLite from 4.3 to 5.1, the Browser Panel displays all the system tables of the SpatiaLite database instead of only displaying the tables created by the user.

If I created an empty database from the Browser Panel, I would display two system tables that it would be better not to display;

image
test_browser_spatialite_QGIS.zip

If you created an empty spatialite database with spatialite_gui, the browser would display many system tables and this is not functional:

image

test_browser_spatialite_gui.zip

Additional context

The ideal would be to view only the tables created by the user as happens in the view of the Connections starting from the Data Source Manager:

image

@elpaso
Copy link
Contributor

elpaso commented Oct 14, 2022

You can't compare the two views: in the data source manager you have to check [ ] Mostra anche tabelle senza geometria

@pigreco
Copy link
Contributor Author

pigreco commented Feb 7, 2025

@agiudiceandrea
what do you think about this

@agiudiceandrea
Copy link
Member

agiudiceandrea commented Feb 7, 2025

@elpaso @pigreco, the Browser (like the DB Manager) doesn't have a dialog window where it is possible to select to show/hide geometryless tables and thus it is normal to always show geometryless tables except if they are system tables.

If "KNN" and "data_licenses" tables (and the other ones listed in the second screenshot) are considered system tables for SpatiaLite/SQLite, then they should be hidden.

@nirvn worked on this many years ago #5850.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants