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

Improve the handling of the materialized views #1

Open
mschoema opened this issue May 25, 2021 · 0 comments
Open

Improve the handling of the materialized views #1

mschoema opened this issue May 25, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@mschoema
Copy link
Owner

Creating and removing materialized views has to be done carefully.

Below are different use-cases that need to be handled:

  • Multiple QGIS projects from the same user on the same database
  • Mulitple QGIS projects from different users on the same database

Currently, both cases work if all the projects working on the same database have different names.
This is not ideal, as we cannot require different users to know each other's project names.

Potential ideas:

  • Use a unique name per user and combine it with the project name.
  • Use a unique id per project instead of the project name.
@mschoema mschoema added bug Something isn't working enhancement New feature or request labels May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant