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

feat: move postgresql to sdk-go-bundle #749

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

cristiGuranIonos
Copy link
Collaborator

What does this fix or implement?

Checklist

  • PR name added as appropriate (e.g. feat:/fix:/doc:/test:/refactor:)
  • Tests added or updated
  • Documentation updated
  • Changelog updated and version incremented (label: upcoming release)
  • Github Issue linked if any
  • Jira task updated

@cristiGuranIonos cristiGuranIonos marked this pull request as draft January 27, 2025 13:18
@cristiGuranIonos cristiGuranIonos marked this pull request as ready for review January 29, 2025 12:39
if err := d.Set("name", *database.Properties.Name); err != nil {
d.SetId(database.Id)

if database.Properties.Name != "" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cristiGuranIonos do we need this check here? I don't think so.

if err := d.Set("username", *user.Properties.Username); err != nil {
d.SetId(user.Id)

if user.Properties.Username != "" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cristiGuranIonos same here, I don't think we need this check.

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