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: Use *[]string for allow_list in postgres #261

Merged
merged 2 commits into from
Jun 13, 2022

Conversation

LBGarber
Copy link
Contributor

This change uses *[]string as the data type for allow_list to prevent []string{} from being omitted from update requests.

@LBGarber LBGarber added the bugfix for any bug fixes in the changelog. label Jun 13, 2022
@LBGarber LBGarber requested a review from jriddle-linode June 13, 2022 15:59
@LBGarber LBGarber merged commit 188de96 into linode:main Jun 13, 2022
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
* Use *[]string for allow_list in postgres

* fmt
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
* Use *[]string for allow_list in postgres

* fmt
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
* Use *[]string for allow_list in postgres

* fmt
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 14, 2023
* Use *[]string for allow_list in postgres

* fmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix for any bug fixes in the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants