close
Skip to content

Update IDBFactory open() to set its request's processed flag#441

Merged
inexorabletash merged 1 commit into
mainfrom
user/stevebe/set_processed_flag_in_open
Feb 28, 2025
Merged

Update IDBFactory open() to set its request's processed flag#441
inexorabletash merged 1 commit into
mainfrom
user/stevebe/set_processed_flag_in_open

Conversation

@SteveBeckerMSFT
Copy link
Copy Markdown
Collaborator

@SteveBeckerMSFT SteveBeckerMSFT commented Feb 28, 2025

Closes #434

The following tasks have been completed:

  • [X ] Confirmed there are no ReSpec/BikeShed errors or warnings.

I looked for other cases where the spec maybe forgot about the processed flag, but I did not find any obvious issues.


Preview | Diff

@SteveBeckerMSFT SteveBeckerMSFT changed the title Initial commit Update IDBFactory open to set its request's processed flag Feb 28, 2025
@SteveBeckerMSFT SteveBeckerMSFT changed the title Update IDBFactory open to set its request's processed flag Update IDBFactory open() to set its request's processed flag Feb 28, 2025
Copy link
Copy Markdown
Member

@inexorabletash inexorabletash left a comment

Choose a reason for hiding this comment

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

Yeah, I think it is this simple.

In the "upgrade" case this is a no-op since the flag is already set, but I don't think it's worth calling attention to that.

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.

Mssing step in open a database connection?

2 participants