This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add postgresql_grant_role resource #189
base: master
Are you sure you want to change the base?
Add postgresql_grant_role resource #189
Changes from 9 commits
b030d17
ed22ce1
ae00dbf
63ee22a
4993411
bbe8b0e
2d3e085
330c3a0
5e5fb65
a0f93d8
93dae89
8b1cd3e
36539f2
a73177d
406d3e2
949f81c
2392096
6c1fd97
acaaf19
3e0ab6d
46715a5
7da0aeb
d88b13b
4465ed5
a3e8c91
3765f18
6383ee2
906dfb8
f1ea383
4c9f394
021f001
b9b2d65
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there not a worry of a panic if the type assertion fails?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've typically seen providers implemented without a worry here