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

Return ArgumentError when missing :database key in config #671

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

v0idpwn
Copy link
Member

@v0idpwn v0idpwn commented Apr 15, 2024

Sample message printed by DbConnection:

[error] Postgrex.Protocol (#PID<0.387.0>) failed to connect: ** (ArgumentError)
missing the :database key in options for repo TestEctoIssue.Repo

Sample message printed by DbConnection:

[error] Postgrex.Protocol (#PID<0.387.0>) failed to connect: ** (ArgumentError)
missing the :database key in options for repo TestEctoIssue.Repo
@v0idpwn v0idpwn changed the title Fix/add error message Return ArgumentError when missing :database key in config Apr 15, 2024
@v0idpwn v0idpwn merged commit 3af848b into master Apr 16, 2024
9 checks passed
@v0idpwn v0idpwn deleted the fix/add-error-message branch April 16, 2024 16:25
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.

2 participants