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

Revise RowMetaData#getColumnMetadata(String) #257

Merged
merged 2 commits into from
Mar 7, 2024
Merged

Conversation

jchrys
Copy link
Collaborator

@jchrys jchrys commented Mar 6, 2024

Motivation:
The current behavior does not align with the specification

Modifications:
implement the intended behavior as per the specification.

Result:
Correct behavior

@jchrys jchrys linked an issue Mar 6, 2024 that may be closed by this pull request
@jchrys jchrys requested a review from mirromutth March 6, 2024 13:53
@jchrys jchrys marked this pull request as ready for review March 6, 2024 13:53
@jchrys jchrys added need-more-info requested for more information bug Something isn't working and removed need-more-info requested for more information labels Mar 6, 2024
@jchrys jchrys added this to the 1.1.3 milestone Mar 6, 2024
Motivation:
The current behavior does not align with the specification

Modifications:
implement the intended behavior as per the specification.

Result:
Correct behavior
Copy link
Contributor

@mirromutth mirromutth left a comment

Choose a reason for hiding this comment

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

LTGM, only a code style nit

Motivation:
The current behavior does not align with the specification

Modifications:
implement the intended behavior as per the specification.

Result:
Correct behavior
@jchrys jchrys merged commit 9cd2417 into trunk Mar 7, 2024
15 checks passed
@jchrys jchrys deleted the 1x-column-alignment branch March 7, 2024 12:20
jchrys added a commit that referenced this pull request Mar 27, 2024
Motivation:
`MySqlNames` is removed by #257 but related bench is not removed properly.

Modifications:
Removed MySqlNames bench

Result:
Clean up
@jchrys jchrys mentioned this pull request Mar 27, 2024
mirromutth pushed a commit that referenced this pull request Mar 28, 2024
Motivation:
`MySqlNames` is removed by #257 but related bench is not removed properly.

Modifications:
Removed MySqlNames bench

Result:
Clean up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]align withRowMetaData#getColumnMetadata(String) specification
2 participants