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

fix(filemanager): avoid using to_url_lossy when loading database credentials #385

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

mmalenic
Copy link
Member

@mmalenic mmalenic commented Jul 1, 2024

This should fix the failed deployment from #372.

Closes #315.

Changes

  • Create a PgPool first and then a DatabaseConnection to avoid a bug in to_url_lossy with sslmode.

@mmalenic mmalenic self-assigned this Jul 1, 2024
@mmalenic mmalenic requested review from brainstorm and victorskl July 1, 2024 09:37
@mmalenic mmalenic added filemanager an issue relating to the filemanager fix labels Jul 1, 2024
@mmalenic mmalenic merged commit ce4e4a8 into main Jul 1, 2024
5 checks passed
@mmalenic mmalenic deleted the fix/filemanager-credentials branch July 1, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filemanager an issue relating to the filemanager fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filemanager: experiment with sea-orm query builder
2 participants