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

Database: avoid LEAKPROOF since it requires superuser privileges #723

Conversation

davidebriani
Copy link
Collaborator

Avoid using LEAKPROOF for database functions because it requires superuser privileges and most installations don't use privileged database users for connecting to Postgres, for example in production environments.

Avoid using LEAKPROOF for database functions because it requires
superuser privileges and most installations don't use privileged
database users for connecting to Postgres, for example in production
environments.

Signed-off-by: Davide Briani <[email protected]>
@davidebriani davidebriani requested a review from noaccOS November 15, 2024 16:47
@noaccOS noaccOS merged commit e41244a into edgehog-device-manager:main Nov 15, 2024
8 checks passed
@coveralls
Copy link

Pull Request Test Coverage Report for Build e3d722ca875eb1fa8cd9585f348a8f5e4caa40df-PR-723

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 80.565%

Totals Coverage Status
Change from base Build 6fe75d6b5a73c9356c0c112580748d629df6a56d: 0.0%
Covered Lines: 1227
Relevant Lines: 1523

💛 - Coveralls

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

Successfully merging this pull request may close these issues.

3 participants