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

[release/8.0] Handle complex types in GetDatabaseValues #32894

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

ajcvickers
Copy link
Contributor

Port of #32813
Fixes #32701
Fixes #31353

Description

Code to refresh the database values was not updated to account for complex types.

Customer impact

Attempting to get database values for an entity with a complex type throws an exception.

How found

Customer reported on 8.

Regression

No. Complex types is a major new feature in 8.

Testing

Testing was missed because the tests for this API that access the database live in a different location than the other tests that were updated. Tests now added.

Risk

Low. Quirked.

@ajcvickers ajcvickers requested a review from a team January 23, 2024 10:24
@ajcvickers ajcvickers added this to the 8.0.x milestone Jan 23, 2024
@AndriySvyryd
Copy link
Member

Note that the branch is currently closed.

@AndriySvyryd AndriySvyryd modified the milestones: 8.0.x, 8.0.3 Jan 24, 2024
@maumar
Copy link
Contributor

maumar commented Feb 7, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@maumar maumar merged commit cb3b1b6 into release/8.0 Feb 7, 2024
7 checks passed
@maumar maumar deleted the 240123_ComplexityTheory branch February 7, 2024 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants